|
Blender
V2.93
|
Public Attributes | |
| BVHTree * | tree |
| const float * | center |
| float | radius_sq |
| int | hits |
| BVHTree_RangeQuery | callback |
| void * | userdata |
Definition at line 2089 of file BLI_kdopbvh.c.
| BVHTree_RangeQuery RangeQueryData::callback |
Definition at line 2096 of file BLI_kdopbvh.c.
| const float* RangeQueryData::center |
Definition at line 2091 of file BLI_kdopbvh.c.
| int RangeQueryData::hits |
Definition at line 2094 of file BLI_kdopbvh.c.
| float RangeQueryData::radius_sq |
Definition at line 2092 of file BLI_kdopbvh.c.
| BVHTree* RangeQueryData::tree |
Definition at line 2090 of file BLI_kdopbvh.c.
| void* RangeQueryData::userdata |
Definition at line 2097 of file BLI_kdopbvh.c.