org.jbox2d.collision.broadphase
Class DynamicTreeNode
java.lang.Object
org.jbox2d.collision.broadphase.DynamicTreeNode
public class DynamicTreeNode
- extends Object
|
Constructor Summary |
protected |
DynamicTreeNode()
Should never be constructed outside the engine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aabb
public final AABB aabb
- This is the fattened AABB
userData
public Object userData
parent
protected DynamicTreeNode parent
next
protected DynamicTreeNode next
child1
protected DynamicTreeNode child1
child2
protected DynamicTreeNode child2
key
public int key
- used for sorting purposes, don't modify
DynamicTreeNode
protected DynamicTreeNode()
- Should never be constructed outside the engine
isLeaf
public final boolean isLeaf()
getUserData
public Object getUserData()
setUserData
public void setUserData(Object argData)
Copyright © 2011. All Rights Reserved.