Blender
V3.3
|
#include <BLI_kdtree_impl.h>
Public Attributes | |
int | index |
float | dist |
float | co [KD_DIMS] |
Definition at line 22 of file BLI_kdtree_impl.h.
Definition at line 25 of file BLI_kdtree_impl.h.
Referenced by find_nearest_cb(), and nearest_add_in_range().
float KDTreeNearest::dist |
Definition at line 24 of file BLI_kdtree_impl.h.
Referenced by find_nearest_cb(), find_nearest_n_with_len_squared_cb(), nearest_add_in_range(), nearest_cmp_dist(), and nearest_ordered_insert().
int KDTreeNearest::index |
Definition at line 23 of file BLI_kdtree_impl.h.
Referenced by find_nearest_cb(), nearest_add_in_range(), and nearest_ordered_insert().