Blender
V3.3
|
Public Attributes | |
const BVHTree * | tree |
const float * | co |
BVHTree_NearestPointCallback | callback |
void * | userdata |
float | proj [13] |
BVHTreeNearest | nearest |
Definition at line 112 of file BLI_kdopbvh.c.
BVHTree_NearestPointCallback BVHNearestData::callback |
Definition at line 115 of file BLI_kdopbvh.c.
const float* BVHNearestData::co |
Definition at line 114 of file BLI_kdopbvh.c.
BVHTreeNearest BVHNearestData::nearest |
Definition at line 118 of file BLI_kdopbvh.c.
float BVHNearestData::proj[13] |
Definition at line 117 of file BLI_kdopbvh.c.
const BVHTree* BVHNearestData::tree |
Definition at line 113 of file BLI_kdopbvh.c.
void* BVHNearestData::userdata |
Definition at line 116 of file BLI_kdopbvh.c.