2027 Members
Changes 0
M

XYZ Operators

Name Return Type Description
O Addition(XYZ, XYZ) XYZ Adds the two specified vectors and returns the result.
O Division(XYZ, Double) XYZ Divides the specified vector by the specified value.
O Multiply(Double, XYZ) XYZ Multiplies the specified number and the specified vector.
O Multiply(XYZ, Double) XYZ Multiplies the specified number and the specified vector.
O Subtraction(XYZ, XYZ) XYZ Subtracts the two specified vectors and returns the result.
O UnaryNegation(XYZ) XYZ Negates the specified vector and returns the result.