UnitCartesianRotate Method (UnitQuaternion) |
Produces a set of
UnitCartesian coordinates representing this instance which results from rotating
the original axes used to represent this instance by the provided
UnitQuaternion rotation.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitCartesian Rotate(
UnitQuaternion rotation
)
Public Function Rotate (
rotation As UnitQuaternion
) As UnitCartesian
public:
UnitCartesian Rotate(
UnitQuaternion rotation
)
member Rotate :
rotation : UnitQuaternion -> UnitCartesian
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesUnitQuaternion
The UnitQuaternion rotation.
Return Value
Type:
UnitCartesianA set of
UnitCartesian coordinates which is the result of the rotation.
Remarks
This type of rotation is sometimes referred to as an "alias rotation".
See Also