Clones this vector.
Copies value of v to this vector.
Divides this vector by scalar s. Set vector to ( 0, 0, 0 ) if s == 0.
Computes dot product of this vector and v.
Checks for strict equality of this vector and v.
Computes length of this vector.
Computes squared length of this vector.
Computes the Manhattan length of this vector.
Multiplies this vector by scalar s.
Inverts this vector.
Normalizes this vector.
Sets value of this vector.
is assumed to be normalized
Normalizes this vector and multiplies it by l.
Sets all values of this vector.
Sets w component of this vector.
Sets X component of this vector.
Sets Y component of this vector.
Sets Z component of this vector.
Generated using TypeDoc
4D vector.
( class Vector4 implements Vector )