Click or drag to resize

CartesianRotate Method

Overload List
  NameDescription
Public methodRotate(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".
Public methodRotate(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".
Public methodRotate(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".
Top
See Also