T
public class Vector2<T> extends Object
x
y
Vector2()
Vector2(T x, T y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T x
public T y
public Vector2()
public Vector2(T x, T y)