b2DynamicTreeNode Struct Reference

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

#include <b2DynamicTree.h>

List of all members.

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

Detailed Description

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


Member Function Documentation

bool b2DynamicTreeNode::IsLeaf (  )  const [inline]

Member Data Documentation

union { ... }

This is the fattened AABB.


The documentation for this struct was generated from the following file:
Generated on Sat Apr 3 18:18:09 2010 for Box2D by  doxygen 1.6.3