|
Blender
V2.93
|
Public Attributes | |
| BVHNode ** | nodes |
| BVHNode * | nodearray |
| BVHNode ** | nodechild |
| float * | nodebv |
| float | epsilon |
| int | totleaf |
| int | totbranch |
| axis_t | start_axis |
| axis_t | stop_axis |
| axis_t | axis |
| char | tree_type |
Definition at line 92 of file BLI_kdopbvh.c.
| axis_t BVHTree::axis |
Definition at line 101 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
| float BVHTree::epsilon |
Definition at line 97 of file BLI_kdopbvh.c.
| BVHNode* BVHTree::nodearray |
Definition at line 94 of file BLI_kdopbvh.c.
| float* BVHTree::nodebv |
Definition at line 96 of file BLI_kdopbvh.c.
| BVHNode** BVHTree::nodechild |
Definition at line 95 of file BLI_kdopbvh.c.
| BVHNode** BVHTree::nodes |
Definition at line 93 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
| axis_t BVHTree::start_axis |
Definition at line 100 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
| axis_t BVHTree::stop_axis |
Definition at line 100 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
| int BVHTree::totbranch |
Definition at line 99 of file BLI_kdopbvh.c.
| int BVHTree::totleaf |
Definition at line 98 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
| char BVHTree::tree_type |
Definition at line 102 of file BLI_kdopbvh.c.