public class Point2d extends Object
Point2d()
Point2d(double x, double y)
double
getX()
getY()
void
setX(double x)
setY(double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point2d()
public Point2d(double x, double y)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)