igeo
Class IBoundingBox

java.lang.Object
  extended by igeo.IBoundingBox

public class IBoundingBox
extends java.lang.Object

Bounding box described by minimum point and maximum point.


Field Summary
 IVec max
           
 IVec min
           
 
Constructor Summary
IBoundingBox()
           
 
Method Summary
 void compare(IVec p)
           
 void init(IVec p)
           
 void initBox()
           
 void setObjects(java.util.ArrayList<IObject> objects)
           
 void setObjects(IServer server)
          Calculates bounding box of all the objects in IServer
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

min

public IVec min

max

public IVec max
Constructor Detail

IBoundingBox

public IBoundingBox()
Method Detail

setObjects

public void setObjects(IServer server)
Calculates bounding box of all the objects in IServer


compare

public void compare(IVec p)

init

public void init(IVec p)

initBox

public void initBox()

setObjects

public void setObjects(java.util.ArrayList<IObject> objects)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object