|
Torque2D Reference
|
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 |
| Enlarged AABB. More... | |
| void * | userData |
| union { | |
| int32 parent | |
| int32 next | |
| }; | |
| int32 | child1 |
| int32 | child2 |
| int32 | height |
A node in the dynamic tree. The client does not interact with this directly.
|
inline |
| union { ... } |
| b2AABB aabb |
Enlarged AABB.
| int32 child1 |
| int32 child2 |
| int32 height |
| int32 next |
| int32 parent |
| void* userData |
1.8.10