ElementaryRotation Operators |
The ElementaryRotation type exposes the following members.
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
| |
Multiply(Double, ElementaryRotation) |
Multiplies a scalar by a specified ElementaryRotation, yielding a new ElementaryRotation.
| |
Multiply(ElementaryRotation, ElementaryRotation) |
Multiplies a specified ElementaryRotation by a specified ElementaryRotation, yielding a new Matrix3By3.
| |
Multiply(ElementaryRotation, Matrix3By3) | ||
Multiply(ElementaryRotation, UnitQuaternion) | ||
Multiply(ElementaryRotation, Double) |
Multiplies a specified ElementaryRotation by a scalar, yielding a new ElementaryRotation.
|