Class DynamicTreeNode
java.lang.Object
org.jbox2d.collision.broadphase.DynamicTreeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AABBEnlarged AABBprotected DynamicTreeNodeprotected DynamicTreeNodeprotected intprotected final intprotected booleanprotected DynamicTreeNode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDynamicTreeNode(int id) Should never be constructed outside the engine -
Method Summary
-
Field Details
-
aabb
Enlarged AABB -
userData
-
parent
-
child1
-
child2
-
id
protected final int id -
leaf
protected boolean leaf -
height
protected int height
-
-
Constructor Details
-
DynamicTreeNode
protected DynamicTreeNode(int id) Should never be constructed outside the engine
-
-
Method Details
-
isLeaf
public final boolean isLeaf() -
getUserData
-
setUserData
-