Blender V2.61 - r43446
|
Public Attributes | |
BVHTree * | tree |
const float * | co |
BVHTree_NearestPointCallback | callback |
void * | userdata |
float | proj [13] |
BVHTreeNearest | nearest |
Definition at line 86 of file BLI_kdopbvh.c.
Definition at line 90 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().
const float* BVHNearestData::co |
Definition at line 89 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().
Definition at line 93 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest(), dfs_find_nearest_begin(), and dfs_find_nearest_dfs().
float BVHNearestData::proj[13] |
Definition at line 92 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest(), dfs_find_nearest_begin(), and dfs_find_nearest_dfs().
Definition at line 88 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest().
void* BVHNearestData::userdata |
Definition at line 91 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().