Cartesian Operators and Type Conversions |
The Cartesian type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | ||
| Division |
Divides a specified set of Cartesian coordinates by a scalar.
| |
| Equality |
Returns if the two instances are exactly equal.
| |
| (UnitCartesian to Cartesian) |
Converts a set of UnitCartesian coordinates to a set of Cartesian coordinates.
| |
| Inequality |
Returns if the two instances are not exactly equal.
| |
| Multiply(Cartesian, Matrix3By3) |
Multiplies a specified set of Cartesian coordinates by a Matrix3By3.
| |
| Multiply(Cartesian, Double) |
Multiplies a specified set of Cartesian coordinates by a scalar.
| |
| Multiply(Double, Cartesian) |
Multiplies a scalar by a specified set of Cartesian coordinates.
| |
| Subtraction | ||
| UnaryNegation |