Click or drag to resize

Cartesian Operators and Type Conversions

The Cartesian type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds a specified set of Cartesian coordinates to another specified set of Cartesian coordinates.
Public operatorStatic memberDivision
Divides a specified set of Cartesian coordinates by a scalar.
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic member(UnitCartesian to Cartesian)
Converts a set of UnitCartesian coordinates to a set of Cartesian coordinates.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Public operatorStatic memberMultiply(Cartesian, Matrix3By3)
Multiplies a specified set of Cartesian coordinates by a Matrix3By3.
Public operatorStatic memberMultiply(Cartesian, Double)
Multiplies a specified set of Cartesian coordinates by a scalar.
Public operatorStatic memberMultiply(Double, Cartesian)
Multiplies a scalar by a specified set of set of Cartesian coordinates.
Public operatorStatic memberSubtraction
Subtracts a specified set of Cartesian coordinates from another specified set of Cartesian coordinates.
Public operatorStatic memberUnaryNegation
Negates the specified set of Cartesian coordinates, yielding a new set of Cartesian coordinates.
Top
See Also