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 | |
union { | |
int32 next | |
int32 parent | |
}; | |
b2AABB | aabb |
Enlarged AABB. | |
int32 | child1 |
int32 | child2 |
int32 | height |
void * | userData |
A node in the dynamic tree. The client does not interact with this directly.
Definition at line 28 of file b2DynamicTree.h.
bool b2TreeNode::IsLeaf | ( | ) | const [inline] |
Definition at line 30 of file b2DynamicTree.h.
union { ... } |
Enlarged AABB.
Definition at line 36 of file b2DynamicTree.h.
Definition at line 46 of file b2DynamicTree.h.
Definition at line 47 of file b2DynamicTree.h.
Definition at line 50 of file b2DynamicTree.h.
Definition at line 43 of file b2DynamicTree.h.
Definition at line 42 of file b2DynamicTree.h.
void* b2TreeNode::userData |
Definition at line 38 of file b2DynamicTree.h.