38 #ifndef FCL_BROADPHASE_DETAIL_NODEBASE_H 39 #define FCL_BROADPHASE_DETAIL_NODEBASE_H dynamic AABB<S> tree node
NodeBase< BV > * parent
pointer to parent node
NodeBase< BV > * children[2]
for leaf node, children nodes
uint32 code
morton code for current BV
bool isLeaf() const
whether is a leaf
BV bv
the bounding volume for the node
bool isInternal() const
whether is internal node