|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brackeen.javagamebook.bsp2D.BSPTree.Node
A Node of the tree. All children of the node are either to the front of back of the node's partition.
Field Summary | |
BSPTree.Node |
back
|
BSPTree.Node |
front
|
BSPLine |
partition
|
java.util.List |
polygons
|
Constructor Summary | |
BSPTree.Node()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public BSPTree.Node front
public BSPTree.Node back
public BSPLine partition
public java.util.List polygons
Constructor Detail |
public BSPTree.Node()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |