38 #ifndef FCL_BROADPHASE_DETAIL_NODEBASE_H 39 #define FCL_BROADPHASE_DETAIL_NODEBASE_H 41 #include "fcl/common/types.h" 81 #include "fcl/broadphase/detail/node_base-inl.h" dynamic AABB<S> tree node
Definition: node_base.h:51
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
NodeBase< BV > * parent
pointer to parent node
Definition: node_base.h:57
NodeBase< BV > * children[2]
for leaf node, children nodes
Definition: node_base.h:68
uint32 code
morton code for current BV
Definition: node_base.h:73
bool isInternal() const
whether is internal node
Definition: node_base-inl.h:64
bool isLeaf() const
whether is a leaf
Definition: node_base-inl.h:57
BV bv
the bounding volume for the node
Definition: node_base.h:54