subtract
Subtracts the given x, y, and z values from this vector and returns the result.
Return
the resulting vector
Parameters
x
the X amount to subtract
y
the Y amount to subtract
z
the Z amount to subtract
Subtracts the given amount from this vector and returns the result.
Return
the resulting vector
Parameters
amount
the amount to subtract
Subtracts the given other vector from this vector and returns the result.
Return
the resulting vector
Parameters
other
the vector to subtract