public class Vector2 extends java.lang.Object
float
x
y
Vector2()
Vector2(float x, float y)
getX()
getY()
void
setX(float x)
setY(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)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)