Share

XYZ Operators

The XYZ type exposes the following members.

Operators

 NameDescription
Public operatorStatic memberAddition(XYZ, XYZ)Adds the two specified vectors and returns the result.
Public operatorStatic memberDivision(XYZ, Double)Divides the specified vector by the specified value.
Public operatorStatic memberMultiply(Double, XYZ)Multiplies the specified number and the specified vector.
Public operatorStatic memberMultiply(XYZ, Double)Multiplies the specified number and the specified vector.
Public operatorStatic memberSubtraction(XYZ, XYZ)Subtracts the two specified vectors and returns the result.
Public operatorStatic memberUnaryNegation(XYZ)Negates the specified vector and returns the result.

See Also

Reference

Was this information helpful?