A 2D column vector with 3 elements.
Construct using coordinates x,y,z.
x value, default = 0.
y value, default = 0.
z value, default = 0.
x value.
y value.
z value.
Adds the vector 3 to this vector 3. The result is stored in this vector 3.
Vector 3 to add.
Creates a copy of the vector 3.
Copy of this vector 3.
Gets the negative of this vector 3.
Negative copy of this vector 3.
Vector multiplication. Stores the result in this vector 3.
Value to multiple the vector's values by.
Sets this vector 3 to its negative.
Sets the vector 3.
x value, default is 0.
y value, default is 0.
z value, default is 0.
Sets the vector 3 from a vector 3.
Vector 3 to copy values from.
Sets the vector 3 to zero values.
Subtracts the vector 3 from this vector 3. The result is stored in this vector 3.
Vector 3 to subtract.