public class BSPTree
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BSPTreeNode |
root |
Constructor and Description |
---|
BSPTree() |
Modifier and Type | Method and Description |
---|---|
boolean |
Build(java.util.Vector<JSOSubNet> layer) |
void |
Traverse(org.processmining.visualisation3d.graphicsdatastructures.JoglCamera cam,
java.util.Vector<JSOSubNet> nets) |
public BSPTreeNode root