|
Blender V4.3
|
Public Attributes | |
| const BVHTree * | tree |
| const float * | center |
| float | radius_sq |
| int | hits |
| BVHTree_RangeQuery | callback |
| void * | userdata |
Definition at line 2131 of file BLI_kdopbvh.c.
| BVHTree_RangeQuery RangeQueryData::callback |
Definition at line 2138 of file BLI_kdopbvh.c.
| const float* RangeQueryData::center |
Definition at line 2133 of file BLI_kdopbvh.c.
| int RangeQueryData::hits |
Definition at line 2136 of file BLI_kdopbvh.c.
| float RangeQueryData::radius_sq |
Definition at line 2134 of file BLI_kdopbvh.c.
| const BVHTree* RangeQueryData::tree |
Definition at line 2132 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_range_query().
| void* RangeQueryData::userdata |
Definition at line 2139 of file BLI_kdopbvh.c.