Click or drag to resize

EulerSequenceThirdAxis Method

Determines the third axis indicator from the provided EulerSequenceIndicator.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static AxisIndicator ThirdAxis(
	EulerSequenceIndicator sequence
)

Parameters

sequence
Type: AGI.Foundation.CoordinatesEulerSequenceIndicator
The order of the axes of rotation.

Return Value

Type: AxisIndicator
The third axis indicator.
See Also