Box2D 2.4.1
A 2D physics engine for games
|
A node in the dynamic tree. The client does not interact with this directly. More...
#include <b2_dynamic_tree.h>
Public Member Functions | |
bool | IsLeaf () const |
Public Attributes | |
b2AABB | aabb |
Enlarged AABB. | |
void * | userData |
union { | |
int32 parent | |
int32 next | |
}; | |
int32 | child1 |
int32 | child2 |
int32 | height |
bool | moved |
A node in the dynamic tree. The client does not interact with this directly.