Blender V2.61 - r43446
Public Member Functions | Public Attributes

BSPNode Class Reference

struct for a single node in the bsp tree More...

List of all members.

Public Member Functions

 BSPNode ()
bool isLeaf () const
 check if node is a leaf

Public Attributes

ntlVec3Gfx min
ntlVec3Gfx max
vector< ntlTriangle * > * members
BSPNodechild [2]
char axis
char cloneVec

Detailed Description

struct for a single node in the bsp tree

Definition at line 33 of file ntl_bsptree.cpp.


Constructor & Destructor Documentation

BSPNode::BSPNode ( ) [inline]

Definition at line 35 of file ntl_bsptree.cpp.


Member Function Documentation

bool BSPNode::isLeaf ( ) const [inline]

check if node is a leaf

Definition at line 44 of file ntl_bsptree.cpp.

References child, and NULL.

Referenced by ntlTree::intersect(), and ntlTree::intersectX().


Member Data Documentation

Definition at line 41 of file ntl_bsptree.cpp.

Referenced by ntlTree::ntlTree(), and ntlTree::subdivide().


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