Blender  V3.3
Public Attributes | List of all members
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 76 of file BLI_kdopbvh.c.

Member Data Documentation

◆ axis

axis_t BVHTree::axis

Definition at line 85 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_overlap_ex().

◆ branch_num

int BVHTree::branch_num

Definition at line 83 of file BLI_kdopbvh.c.

◆ epsilon

float BVHTree::epsilon

Definition at line 81 of file BLI_kdopbvh.c.

◆ leaf_num

int BVHTree::leaf_num

Definition at line 82 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_overlap_ex().

◆ nodearray

BVHNode* BVHTree::nodearray

Definition at line 78 of file BLI_kdopbvh.c.

◆ nodebv

float* BVHTree::nodebv

Definition at line 80 of file BLI_kdopbvh.c.

◆ nodechild

BVHNode** BVHTree::nodechild

Definition at line 79 of file BLI_kdopbvh.c.

◆ nodes

BVHNode** BVHTree::nodes

Definition at line 77 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_overlap_ex().

◆ start_axis

axis_t BVHTree::start_axis

Definition at line 84 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_overlap_ex().

◆ stop_axis

axis_t BVHTree::stop_axis

Definition at line 84 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_overlap_ex().

◆ tree_type

char BVHTree::tree_type

Definition at line 86 of file BLI_kdopbvh.c.


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