|
Blender
V2.93
|
Public Attributes | |
| KDTreeNode2D * | nodes |
| const float(* | coords )[2] |
| uint | root |
| uint | totnode |
| uint * | nodes_map |
Definition at line 113 of file polyfill_2d.c.
| const float(* KDTree2D::coords)[2] |
Definition at line 115 of file polyfill_2d.c.
| KDTreeNode2D* KDTree2D::nodes |
Definition at line 114 of file polyfill_2d.c.
| uint* KDTree2D::nodes_map |
Definition at line 118 of file polyfill_2d.c.
| uint KDTree2D::root |
Definition at line 116 of file polyfill_2d.c.
| uint KDTree2D::totnode |
Definition at line 117 of file polyfill_2d.c.