Class Point3D
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.util.Point3D
-
public class Point3D extends Object
A point in a 2 axis space.
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description Point3D(double pX, double pY, double pZ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate
getCoordinate()
double
getX()
double
getY()
double
getZ()
String
toString()
-
-
-
Method Detail
-
getX
public double getX()
-
getY
public double getY()
-
getZ
public double getZ()
-
getCoordinate
public Coordinate getCoordinate()
-
-