Package org.jbox2d.collision.broadphase
Class DynamicTreeNode
java.lang.Object
org.jbox2d.collision.broadphase.DynamicTreeNode
- Author:
- Daniel Murphy
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AABBThe enlarged axis-aligned bounding box.protected DynamicTreeNodeprotected DynamicTreeNodeprotected intprotected final intprotected DynamicTreeNode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
aabb
The enlarged axis-aligned bounding box. -
userData
-
parent
-
child1
-
child2
-
id
protected final int id -
height
protected int height
-
-
Constructor Details
-
DynamicTreeNode
protected DynamicTreeNode(int id)
-
-
Method Details
-
getUserData
-
setUserData
-