Blender
V3.3
|
Public Attributes | |
uint | neg |
uint | pos |
uint | index |
axis_t | axis |
ushort | flag |
uint | parent |
Definition at line 91 of file polyfill_2d.c.
axis_t KDTreeNode2D::axis |
Definition at line 94 of file polyfill_2d.c.
ushort KDTreeNode2D::flag |
Definition at line 95 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().
uint KDTreeNode2D::index |
Definition at line 93 of file polyfill_2d.c.
Referenced by kdtree2d_balance_recursive().
uint KDTreeNode2D::neg |
Definition at line 92 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().
uint KDTreeNode2D::parent |
Definition at line 96 of file polyfill_2d.c.
uint KDTreeNode2D::pos |
Definition at line 92 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove().