|
Blender
V2.93
|
#include <BKE_bvhutils.h>
Public Attributes | |
| struct BVHTree * | tree |
| BVHTree_NearestPointCallback | nearest_callback |
| const float(* | coords )[3] |
Definition at line 253 of file BKE_bvhutils.h.
| const float(* BVHTreeFromPointCloud::coords)[3] |
Definition at line 258 of file BKE_bvhutils.h.
| BVHTree_NearestPointCallback BVHTreeFromPointCloud::nearest_callback |
Definition at line 256 of file BKE_bvhutils.h.
Referenced by blender::nodes::proximity_calc().
| struct BVHTree* BVHTreeFromPointCloud::tree |
Definition at line 254 of file BKE_bvhutils.h.
Referenced by blender::nodes::bvh_from_pointcloud(), and blender::nodes::proximity_calc().