CartesianRotate Method |
Name | Description | |
---|---|---|
Rotate(ElementaryRotation) |
Produces a set of Cartesian coordinates representing this instance which results from rotating
the original axes used to represent this instance by the provided ElementaryRotation rotation.
This type of rotation is sometimes referred to as an "alias rotation".
| |
Rotate(Matrix3By3) |
Produces a set of Cartesian coordinates representing this instance which results from rotating
the original axes used to represent this instance by the provided Matrix3By3 rotation.
This type of rotation is sometimes referred to as an "alias rotation".
| |
Rotate(UnitQuaternion) |
Produces a set of Cartesian coordinates representing this instance which results from rotating
the original axes used to represent this instance by the provided UnitQuaternion rotation.
This type of rotation is sometimes referred to as an "alias rotation".
|