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