HDK
|
This is a node in the sphere tree. More...
#include <RBD_SphereTree.h>
Public Member Functions | |
RBD_SpherePointTreeNode (const UT_Vector3Array &pts) | |
~RBD_SpherePointTreeNode () override | |
int64 | getMemoryUsage () const |
Public Member Functions inherited from RBD_SphereTreeNode | |
RBD_SphereTreeNode () | |
virtual | ~RBD_SphereTreeNode () |
Public Attributes | |
UT_Vector3Array | myPoints |
Public Attributes inherited from RBD_SphereTreeNode | |
UT_Vector3 | myCenter |
fpreal | myRadius |
RBD_SphereTreeNode * | myChild [2] |
This is a node in the sphere tree.
Definition at line 39 of file RBD_SphereTree.h.
RBD_SpherePointTreeNode::RBD_SpherePointTreeNode | ( | const UT_Vector3Array & | pts | ) |
|
override |
int64 RBD_SpherePointTreeNode::getMemoryUsage | ( | ) | const |
UT_Vector3Array RBD_SpherePointTreeNode::myPoints |
Definition at line 48 of file RBD_SphereTree.h.