Share

UV Operators

The UV type exposes the following members.

Operators

 NameDescription
Public operatorStatic memberAddition(UV, UV)Adds the two specified 2-D vectors and returns the result.
Public operatorStatic memberDivision(UV, Double)Divides the specified 2-D vector by the specified value.
Public operatorStatic memberMultiply(Double, UV)The product of the specified number and the specified 2-D vector.
Public operatorStatic memberMultiply(UV, Double)The product of the specified number and the specified 2-D vector.
Public operatorStatic memberSubtraction(UV, UV)Subtracts the two specified 2-D vectors and returns the result.
Public operatorStatic memberUnaryNegation(UV)Negates this 2-D vector and returns the result.

See Also

Reference

Was this information helpful?