Class DynamicTreeNode
java.lang.Object
com.codename1.gaming.physics.box2d.collision.broadphase.DynamicTreeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AABBprotected DynamicTreeNodeprotected DynamicTreeNodeprotected intprotected final intprotected booleanprotected DynamicTreeNode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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)
-
-
Method Details
-
isLeaf
public final boolean isLeaf() -
getUserData
-
setUserData
-