public class Point extends java.lang.Object
double
x
y
Point()
Point(double newX, double newY)
static double
distance(Point X, Point Y)
void
set(double newX, double newY)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double x
public double y
public Point()
public Point(double newX, double newY)
public void set(double newX, double newY)
public static double distance(Point X, Point Y)
See http://cmion-addons.sourceforge.net/.