Blender V5.0
BVHTree Struct Reference

Public Attributes

BVHNode ** nodes
BVHNodenodearray
BVHNode ** nodechild
floatnodebv
float epsilon
int leaf_num
int branch_num
axis_t start_axis
axis_t stop_axis
axis_t axis
char tree_type

Detailed Description

Definition at line 78 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ axis

axis_t BVHTree::axis

Definition at line 87 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_overlap_ex().

◆ branch_num

int BVHTree::branch_num

Definition at line 85 of file BLI_kdopbvh.cc.

◆ epsilon

float BVHTree::epsilon

Definition at line 83 of file BLI_kdopbvh.cc.

◆ leaf_num

int BVHTree::leaf_num

Definition at line 84 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_overlap_ex().

◆ nodearray

BVHNode* BVHTree::nodearray

Definition at line 80 of file BLI_kdopbvh.cc.

◆ nodebv

float* BVHTree::nodebv

Definition at line 82 of file BLI_kdopbvh.cc.

◆ nodechild

BVHNode** BVHTree::nodechild

Definition at line 81 of file BLI_kdopbvh.cc.

◆ nodes

BVHNode** BVHTree::nodes

Definition at line 79 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_overlap_ex().

◆ start_axis

axis_t BVHTree::start_axis

Definition at line 86 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_overlap_ex().

◆ stop_axis

axis_t BVHTree::stop_axis

Definition at line 86 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_overlap_ex().

◆ tree_type

char BVHTree::tree_type

Definition at line 88 of file BLI_kdopbvh.cc.


The documentation for this struct was generated from the following file: