UnitRectangular Operators |
The UnitRectangular type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Rectangular, UnitRectangular) |
Adds a specified set of UnitRectangular coordinates to a specified set of Rectangular coordinates.
| |
| Addition(UnitRectangular, Rectangular) |
Adds a specified set of UnitRectangular coordinates to a specified set of Rectangular coordinates.
| |
| Addition(UnitRectangular, UnitRectangular) |
Adds a specified set of UnitRectangular coordinates to another specified set of UnitRectangular coordinates.
| |
| Division |
Divides a specified set of UnitRectangular coordinates by a scalar.
| |
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
| |
| Multiply(Double, UnitRectangular) |
Multiplies a scalar by a specified set of UnitRectangular coordinates.
| |
| Multiply(UnitRectangular, Double) |
Multiplies a specified set of UnitRectangular coordinates by a scalar.
| |
| Subtraction(Rectangular, UnitRectangular) |
Subtracts a specified set of UnitRectangular coordinates from a specified set of Rectangular coordinates.
| |
| Subtraction(UnitRectangular, Rectangular) |
Subtracts a specified set of Rectangular coordinates from a specified set of UnitRectangular coordinates.
| |
| Subtraction(UnitRectangular, UnitRectangular) |
Subtracts a specified set of UnitRectangular coordinates from another specified set of UnitRectangular coordinates.
| |
| UnaryNegation |
Negates the specified UnitRectangular, yielding a new UnitRectangular.
|