|
Blender
V3.3
|
Public Attributes | |
| KDTreeNode2D * | nodes |
| const float(* | coords )[2] |
| uint | root |
| uint | node_num |
| uint * | nodes_map |
Definition at line 99 of file polyfill_2d.c.
| const float(* KDTree2D::coords)[2] |
Definition at line 101 of file polyfill_2d.c.
| uint KDTree2D::node_num |
Definition at line 103 of file polyfill_2d.c.
| KDTreeNode2D* KDTree2D::nodes |
Definition at line 100 of file polyfill_2d.c.
| uint* KDTree2D::nodes_map |
Definition at line 104 of file polyfill_2d.c.
| uint KDTree2D::root |
Definition at line 102 of file polyfill_2d.c.