public class Point2D extends Object
A point in a 2 axis space.
© 2002 Christian Treber, [email protected]
Point2D(double pX, double pY)
double
getX()
getY()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point2D(double pX, double pY)
public double getX()
public double getY()
public String toString()
toString
Object
Copyright © 2016. All Rights Reserved.