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