public class PositionImpl extends Object implements Position
protected double
x
y
z
PositionImpl(double x, double y, double z)
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 PositionImpl(double x, double y, double z)
public double getX()
getX
Position
public double getY()
getY
public double getZ()
getZ