|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Point3d interface represents a three-dimensional point using double precision. This interface is useful when writing general geometry algorithms.
Method Summary | |
double |
getZ()
Returns the z-coordinate. |
void |
setLocation(double x,
double y,
double z)
Sets the location of the point. |
Methods inherited from interface com.graphbuilder.geom.Point2d |
getX, getY, setLocation |
Method Detail |
public void setLocation(double x, double y, double z)
public double getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |