|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brackeen.javagamebook.bsp2D.BSPTree.Node
com.brackeen.javagamebook.bsp2D.BSPTree.Leaf
A Leaf of the tree. A leaf has no partition or front or back nodes.
Field Summary | |
java.awt.Rectangle |
bounds
|
float |
ceilHeight
|
float |
floorHeight
|
boolean |
isBack
|
java.util.List |
portals
|
Fields inherited from class com.brackeen.javagamebook.bsp2D.BSPTree.Node |
back, front, partition, polygons |
Constructor Summary | |
BSPTree.Leaf()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public float floorHeight
public float ceilHeight
public boolean isBack
public java.util.List portals
public java.awt.Rectangle bounds
Constructor Detail |
public BSPTree.Leaf()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |