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)
           
 
Method Summary
 java.lang.Object clone()
           
 double[] getData()
           
 double getXmax()
           
 double getXmin()
           
 double getYmax()
           
 double getYmin()
           
 double getZmax()
           
 double getZmin()
           
 void setXmax(double a)
           
 void setXmin(double a)
           
 void setYmax(double a)
           
 void setYmin(double a)
           
 void setZmax(double a)
           
 void setZmin(double a)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bound

public Bound()

Bound

public Bound(double[] data_)

Bound

public Bound(double[] data_,
             boolean createCopy)
Method Detail

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()