public class Position extends java.lang.Object implements IPosition
protected double
x
y
z
Position(double xCoord, double yCoord, double zCoord)
double
getX()
getY()
getZ()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final double x
protected final double y
protected final double z
public Position(double xCoord, double yCoord, double zCoord)
public double getX()
getX
IPosition
public double getY()
getY
public double getZ()
getZ