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