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