public class Vector2 extends java.lang.Object
double
x
y
Vector2()
void
set(double x, double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double x
public double y
public Vector2()
public void set(double x, double y)