public class DynamicTreeNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AABB |
aabb
Enlarged AABB
|
protected DynamicTreeNode |
child1 |
protected DynamicTreeNode |
child2 |
protected int |
height |
protected int |
id |
protected boolean |
leaf |
protected DynamicTreeNode |
parent |
java.lang.Object |
userData |
Modifier | Constructor and Description |
---|---|
protected |
DynamicTreeNode(int id)
Should never be constructed outside the engine
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getUserData() |
boolean |
isLeaf() |
void |
setUserData(java.lang.Object argData) |
public final AABB aabb
public java.lang.Object userData
protected DynamicTreeNode parent
protected DynamicTreeNode child1
protected DynamicTreeNode child2
protected final int id
protected boolean leaf
protected int height
Copyright © 2017. All Rights Reserved.