public class Point2D extends java.lang.Object implements java.io.Serializable
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
float
x
y
Point2D(float xx, float yy)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float x
public float y
public Point2D(float xx, float yy)