|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IBoundingBox
public class IBoundingBox
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 |
---|
public IVec min
public IVec max
Constructor Detail |
---|
public IBoundingBox()
Method Detail |
---|
public void setObjects(IServer server)
public void compare(IVec p)
public void init(IVec p)
public void initBox()
public void setObjects(java.util.ArrayList<IObject> objects)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |