Blender V2.61 - r43446
Public Attributes

BVHTree Struct Reference

List of all members.

Public Attributes

BVHNode ** nodes
BVHNodenodearray
BVHNode ** nodechild
float * nodebv
float epsilon
int totleaf
int totbranch
char tree_type
char axis
char start_axis
char stop_axis

Detailed Description

Definition at line 64 of file BLI_kdopbvh.c.


Member Data Documentation

Definition at line 74 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_new(), and BLI_bvhtree_overlap().

Definition at line 69 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_free(), and BLI_bvhtree_new().

Definition at line 68 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_free(), and BLI_bvhtree_new().

Definition at line 75 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_find_nearest(), BLI_bvhtree_new(), and BLI_bvhtree_overlap().

Definition at line 72 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_balance(), BLI_bvhtree_insert(), and BLI_bvhtree_update_tree().


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