org.starhope.appius.geometry
Class Volume3D

java.lang.Object
  extended by org.starhope.appius.geometry.Volume3D

public class Volume3D
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
(package private)  Coord3D max
          WRITEME: Document this brpocock@star-hope.org
(package private)  Coord3D min
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Volume3D(Coord3D newMin, Coord3D newMax)
          WRITEME: Document this constructor brpocock@star-hope.org
Volume3D(double x1, double y1, double z1, double x2, double y2, double z2)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 Coord3D getMax()
          WRITEME: Document this method brpocock@star-hope.org
 double getMaxX()
          WRITEME: Document this method brpocock@star-hope.org
 double getMaxY()
          WRITEME: Document this method brpocock@star-hope.org
 double getMaxZ()
          WRITEME: Document this method brpocock@star-hope.org
 Coord3D getMin()
          WRITEME: Document this method brpocock@star-hope.org
 double getMinX()
          WRITEME: Document this method brpocock@star-hope.org
 double getMinY()
          WRITEME: Document this method brpocock@star-hope.org
 double getMinZ()
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max

final Coord3D max
WRITEME: Document this brpocock@star-hope.org


min

final Coord3D min
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Volume3D

Volume3D(Coord3D newMin,
         Coord3D newMax)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newMin - WRITEME
newMax - WRITEME

Volume3D

public Volume3D(double x1,
                double y1,
                double z1,
                double x2,
                double y2,
                double z2)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
x1 - WRITEME
y1 - WRITEME
z1 - WRITEME
x2 - WRITEME
y2 - WRITEME
z2 - WRITEME
Method Detail

getMax

public Coord3D getMax()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMaxX

public double getMaxX()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMaxY

public double getMaxY()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMaxZ

public double getMaxZ()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMin

public Coord3D getMin()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMinX

public double getMinX()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMinY

public double getMinY()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMinZ

public double getMinZ()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME