38 #ifndef FCL_BROADPHASE_DETAIL_NODEBASE_INL_H 39 #define FCL_BROADPHASE_DETAIL_NODEBASE_INL_H 41 #include "fcl/broadphase/detail/node_base.h" 56 template <
typename BV>
59 return (children[1] ==
nullptr);
63 template <
typename BV>
70 template <
typename BV>
74 children[0] =
nullptr;
75 children[1] =
nullptr;
dynamic AABB<S> tree node
Definition: node_base.h:51
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
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