|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.bsp.lumps.BSPNode
public class BSPNode
TODO: Insert package comments here
| Field Summary | |
|---|---|
int |
back
The child index for the back node |
int |
front
The child index for the front node |
int[] |
maxs
The bounding box max position. |
int[] |
mins
The bounding box min position. |
int |
plane
The index into the planes array |
| Constructor Summary | |
|---|---|
BSPNode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int plane
public int front
public int back
public int[] mins
public int[] maxs
| Constructor Detail |
|---|
public BSPNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||