Box2D  2.2.1
Box2D API Reference for Kobold2D developers
b2TreeNode Struct Reference

A node in the dynamic tree. The client does not interact with this directly. More...

#include <b2DynamicTree.h>

+ Collaboration diagram for b2TreeNode:

List of all members.

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

Detailed Description

A node in the dynamic tree. The client does not interact with this directly.


Member Data Documentation

Enlarged AABB.


The documentation for this struct was generated from the following file: