|
Blender
V2.93
|
Public Attributes | |
| const BVHTree * | tree |
| const float * | co |
| BVHTree_NearestPointCallback | callback |
| void * | userdata |
| float | proj [13] |
| BVHTreeNearest | nearest |
Definition at line 128 of file BLI_kdopbvh.c.
| BVHTree_NearestPointCallback BVHNearestData::callback |
Definition at line 131 of file BLI_kdopbvh.c.
| const float* BVHNearestData::co |
Definition at line 130 of file BLI_kdopbvh.c.
| BVHTreeNearest BVHNearestData::nearest |
Definition at line 134 of file BLI_kdopbvh.c.
| float BVHNearestData::proj[13] |
Definition at line 133 of file BLI_kdopbvh.c.
| const BVHTree* BVHNearestData::tree |
Definition at line 129 of file BLI_kdopbvh.c.
| void* BVHNearestData::userdata |
Definition at line 132 of file BLI_kdopbvh.c.