|
Blender V4.3
|
Public Attributes | |
| KDTreeNode2D * | nodes |
| const float(* | coords )[2] |
| uint32_t | root |
| uint32_t | node_num |
| uint32_t * | nodes_map |
Definition at line 102 of file polyfill_2d.c.
| const float(* KDTree2D::coords)[2] |
Definition at line 104 of file polyfill_2d.c.
| uint32_t KDTree2D::node_num |
Definition at line 106 of file polyfill_2d.c.
| KDTreeNode2D* KDTree2D::nodes |
Definition at line 103 of file polyfill_2d.c.
| uint32_t* KDTree2D::nodes_map |
Definition at line 107 of file polyfill_2d.c.
| uint32_t KDTree2D::root |
Definition at line 105 of file polyfill_2d.c.