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