igeo
Class IBounds
java.lang.Object
igeo.IBounds
public class IBounds
- extends java.lang.Object
Bounding box described by minimum point and maximum point.
- Version:
- 0.7.0.0;
- Author:
- Satoru Sugihara
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
min
public IVec min
max
public IVec max
IBounds
public IBounds()
IBounds
public IBounds(IVec p)
IBounds
public IBounds(IObject obj)
min
public IVec min()
getMin
public IVec getMin()
max
public IVec max()
getMax
public IVec getMax()
size
public IVec size()
getSize
public IVec getSize()
center
public IVec center()
getCenter
public IVec getCenter()
init
public void init(IVec p)
init
public void init()
compare
public void compare(IVec p)
compare
public void compare(IObject e)
setObjects
public void setObjects(IServer server)
- Calculates bounding box of all the visible objects in IServer
setObject
public void setObject(IObject object)
setObjects
public void setObjects(java.util.ArrayList<IObject> objects)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object