public class vector2 extends java.lang.Object
vector2()
vector2(int X, int Y)
int
getX()
getY()
void
setX(int X)
setY(int Y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public vector2()
public vector2(int X, int Y)
public void setX(int X)
public void setY(int Y)
public int getX()
public int getY()