public class DynamicTreeNode extends Object
Modifier and Type | Field and Description |
---|---|
AABB |
aabb
Enlarged AABB
|
protected DynamicTreeNode |
child1 |
protected DynamicTreeNode |
child2 |
protected int |
height |
protected int |
id |
protected DynamicTreeNode |
parent |
Object |
userData |
Modifier | Constructor and Description |
---|---|
protected |
DynamicTreeNode(int id) |
Modifier and Type | Method and Description |
---|---|
Object |
getUserData() |
void |
setUserData(Object argData) |
public final AABB aabb
public Object userData
protected DynamicTreeNode parent
protected DynamicTreeNode child1
protected DynamicTreeNode child2
protected final int id
protected int height
Copyright © 2017. All rights reserved.