HDK
|
This is the base class for nodes inside sphere trees. More...
#include <RBD_SphereTree.h>
Public Member Functions | |
RBD_SphereTreeNode () | |
virtual | ~RBD_SphereTreeNode () |
Public Attributes | |
UT_Vector3 | myCenter |
fpreal | myRadius |
RBD_SphereTreeNode * | myChild [2] |
This is the base class for nodes inside sphere trees.
Definition at line 26 of file RBD_SphereTree.h.
RBD_SphereTreeNode::RBD_SphereTreeNode | ( | ) |
|
virtual |
UT_Vector3 RBD_SphereTreeNode::myCenter |
Definition at line 32 of file RBD_SphereTree.h.
RBD_SphereTreeNode* RBD_SphereTreeNode::myChild[2] |
Definition at line 35 of file RBD_SphereTree.h.
fpreal RBD_SphereTreeNode::myRadius |
Definition at line 33 of file RBD_SphereTree.h.