public class Point2D extends java.lang.Object
float
x
z
Point2D(float x, float z)
Point2D
clone()
getDistance(Point2D target)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float x
public float z
public Point2D(float x, float z)
public Point2D clone()
clone
java.lang.Object
public float getDistance(Point2D target)