Click or drag to resize

UnitCartesianRotate Method (ElementaryRotation)

Produces a set of UnitCartesian coordinates representing this instance, which results from rotating the original axes used to represent this instance by the provided ElementaryRotation rotation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public UnitCartesian Rotate(
	ElementaryRotation rotation
)

Parameters

rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The ElementaryRotation.

Return Value

Type: UnitCartesian
A set of UnitCartesian coordinates which is the result of the rotation.
Exceptions
ExceptionCondition
UnsupportedCaseException Thrown if the Axis property of rotation is not First, Second, or Third.
Remarks
This type of rotation is sometimes referred to as an "alias rotation".
See Also