#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 |
Definition at line 173 of file btDbvt.h.
| union { ... } |
| void* btDbvtNode::data |