com.robrohan.ruin.doom
Class NodeContainerBox

java.lang.Object
  |
  +--com.robrohan.ruin.doom.NodeContainerBox
All Implemented Interfaces:
java.io.Serializable

public class NodeContainerBox
extends java.lang.Object
implements java.io.Serializable

y | / ---+--- x / | z

See Also:
Serialized Form

Constructor Summary
NodeContainerBox(int x1, int z1, int x2, int z2)
           
 
Method Summary
 boolean inView(Pos pos, int xScreenSize, float xFovCalc)
          checks to see if this Node Box is in current view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeContainerBox

public NodeContainerBox(int x1,
                        int z1,
                        int x2,
                        int z2)
Method Detail

inView

public boolean inView(Pos pos,
                      int xScreenSize,
                      float xFovCalc)
checks to see if this Node Box is in current view