public class Vector2<T extends Number> extends Object
Imath::Vector2<class T>
T
x
y
Vector2()
Vector2(T x, T y)
Vector2
Vector2(Vector2<T> other)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T extends Number x
public T extends Number y
public Vector2()
public Vector2(Vector2<T> other)
other
public Vector2(T x, T y)
this.x
this.y
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString