38#ifndef COAL_BROADPHASE_DETAIL_NODEBASE_H
39#define COAL_BROADPHASE_DETAIL_NODEBASE_H
Main namespace.
Definition broadphase_bruteforce.h:44
dynamic AABB tree node
Definition node_base.h:49
NodeBase< BV > * children[2]
for leaf node, children nodes
Definition node_base.h:64
void * data
Definition node_base.h:65
bool isInternal() const
whether is internal node
Definition node_base-inl.h:60
uint32_t code
morton code for current BV
Definition node_base.h:69
bool isLeaf() const
whether is a leaf
Definition node_base-inl.h:54
NodeBase< BV > * parent
pointer to parent node
Definition node_base.h:54
BV bv
the bounding volume for the node
Definition node_base.h:51
NodeBase()
Definition node_base-inl.h:66