public class DynamicTreeNode
- Object
- DynamicTreeNode
Fields
Constructors
protected DynamicTreeNode(int id) | Should never be constructed outside the engine |
Methods
public final boolean isLeaf() | |
public Object getUserData() | |
public void setUserData(Object argData) |
Inherited methods
Field details
aabb
public final AABB aabbEnlarged AABB
userData
public Object userDataparent
protected DynamicTreeNode parentchild1
protected DynamicTreeNode child1child2
protected DynamicTreeNode child2id
protected final int idleaf
protected boolean leafheight
protected int heightConstructor details
DynamicTreeNode
protected DynamicTreeNode(int id)Should never be constructed outside the engine
Method details
isLeaf
public final boolean isLeaf()getUserData
public Object getUserData()setUserData
public void setUserData(Object argData)