public class Vector2 extends Object
float
x
y
Vector2()
Vector2(float c)
Vector2(float x, float y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float x
public float y
public Vector2(float x, float y)
public Vector2(float c)
public Vector2()