Public Member Functions | Public Attributes
b2TreeNode 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

union {
   int32   next
   int32   parent
}; 
b2AABB aabb
 Enlarged AABB.
int32 child1
int32 child2
int32 height
void * userData

Detailed Description

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

Definition at line 28 of file b2DynamicTree.h.


Member Function Documentation

bool b2TreeNode::IsLeaf ( ) const [inline]

Definition at line 30 of file b2DynamicTree.h.


Member Data Documentation

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.

Definition at line 38 of file b2DynamicTree.h.


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


mvsim
Author(s):
autogenerated on Thu Sep 7 2017 09:27:49