#include <btDbvt.h>
Public Member Functions | |
DBVT_INLINE bool | isinternal () const |
DBVT_INLINE bool | isleaf () const |
Public Attributes | |
union { | |
btDbvtNode * childs [2] | |
void * data | |
int dataAsInt | |
}; | |
btDbvtNode * | parent |
btDbvtVolume | volume |
DBVT_INLINE bool btDbvtNode::isinternal | ( | ) | const [inline] |
DBVT_INLINE bool btDbvtNode::isleaf | ( | ) | const [inline] |
union { ... } |
void* btDbvtNode::data |