public class Point3D extends Object
A point in a 2 axis space.
© 2002 Christian Treber, [email protected]
Constructor and Description |
---|
Point3D(double pX,
double pY,
double pZ) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
getCoordinate() |
double |
getX() |
double |
getY() |
double |
getZ() |
String |
toString() |
public double getX()
public double getY()
public double getZ()
public Coordinate getCoordinate()
Copyright © 2016. All Rights Reserved.