X component of this vector.
Y component of this vector.
Z component of this vector.
Static
Readonly
backA constant vector that represents (0, 0, -1).
Static
Readonly
downA constant vector that represents (0, -1, 0).
Static
Readonly
forwardA constant vector that represents (0, 0, 1).
Static
Readonly
leftA constant vector that represents (-1, 0, 0).
Static
Readonly
oneA constant vector that represents (1, 1, 1).
Static
Readonly
rightA constant vector that represents (1, 0, 0).
Static
Readonly
upA constant vector that represents (0, 1, 0).
Static
Readonly
zeroA constant vector that represents (0, 0, 0).
Other vector to compare this vector to.
True if the two vectors are equal.
Compares this vector and another vector to one another.
Static
addStatic
crossStatic
distanceStatic
divideStatic
lerpStatic
maxStatic
minStatic
multiplyStatic
slerpStatic
subtract
Contains a description of a vector.