#include <btDbvt.h>

Public Member Functions | |
| SIMD_FORCE_INLINE bool | isleaf () const |
| SIMD_FORCE_INLINE bool | isinternal () const |
Public Attributes | |
| btDbvtVolume | volume |
| btDbvtNode * | parent |
| union { | |
| btDbvtNode * childs [2] | |
| void * data | |
| int dataAsInt | |
| }; | |
Definition at line 173 of file btDbvt.h.
| SIMD_FORCE_INLINE bool btDbvtNode::isinternal | ( | ) | const [inline] |
| SIMD_FORCE_INLINE bool btDbvtNode::isleaf | ( | ) | const [inline] |
| union { ... } |
| void* btDbvtNode::data |
1.6.1