A node in the dynamic tree. The client does not interact with this directly. More...
#include <b2DynamicTree.h>
Public Member Functions | |
| bool | IsLeaf () const |
Public Attributes | |
| b2AABB | aabb |
| This is the fattened AABB. | |
| void * | userData |
| union { | |
| int32 parent | |
| int32 next | |
| }; | |
| int32 | child1 |
| int32 | child2 |
A node in the dynamic tree. The client does not interact with this directly.
| bool b2DynamicTreeNode::IsLeaf | ( | ) | const [inline] |
| union { ... } |
This is the fattened AABB.
1.6.3