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