|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.geometry.Volume3D
public class Volume3D
WRITEME: Document this type.
| 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 |
|---|
final Coord3D max
final Coord3D min
| Constructor Detail |
|---|
Volume3D(Coord3D newMin,
Coord3D newMax)
newMin - WRITEMEnewMax - WRITEME
public Volume3D(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
x1 - WRITEMEy1 - WRITEMEz1 - WRITEMEx2 - WRITEMEy2 - WRITEMEz2 - WRITEME| Method Detail |
|---|
public Coord3D getMax()
public double getMaxX()
public double getMaxY()
public double getMaxZ()
public Coord3D getMin()
public double getMinX()
public double getMinY()
public double getMinZ()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||