com.PostHorizon.renderMan
Class Bound
java.lang.Object
|
+--com.PostHorizon.renderMan.Bound
- public class Bound
- extends java.lang.Object
|
Constructor Summary |
Bound()
|
Bound(double[] data_)
|
Bound(double[] data_,
boolean createCopy)
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Bound
public Bound()
Bound
public Bound(double[] data_)
Bound
public Bound(double[] data_,
boolean createCopy)
clone
public java.lang.Object clone()
setXmin
public void setXmin(double a)
setXmax
public void setXmax(double a)
setYmin
public void setYmin(double a)
setYmax
public void setYmax(double a)
setZmin
public void setZmin(double a)
setZmax
public void setZmax(double a)
getXmin
public double getXmin()
getXmax
public double getXmax()
getYmin
public double getYmin()
getYmax
public double getYmax()
getZmin
public double getZmin()
getZmax
public double getZmax()
getData
public double[] getData()