|
Blender
V2.93
|
Public Attributes | |
| uint | neg |
| uint | pos |
| uint | index |
| axis_t | axis |
| ushort | flag |
| uint | parent |
Definition at line 105 of file polyfill_2d.c.
| axis_t KDTreeNode2D::axis |
Definition at line 108 of file polyfill_2d.c.
| ushort KDTreeNode2D::flag |
Definition at line 109 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().
| uint KDTreeNode2D::index |
Definition at line 107 of file polyfill_2d.c.
Referenced by kdtree2d_balance_recursive().
| uint KDTreeNode2D::neg |
Definition at line 106 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().
| uint KDTreeNode2D::parent |
Definition at line 110 of file polyfill_2d.c.
| uint KDTreeNode2D::pos |
Definition at line 106 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().