public class Vector3<T extends Number> extends Object
Imath::Vector3<class T>
T
x
y
z
Vector3()
Vector3(T x, T y, T z)
Vector3
Vector3(Vector3<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 T extends Number z
public Vector3()
public Vector3(Vector3<T> other)
other
public Vector3(T x, T y, T z)
this.x
this.y
this.z
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString