Click or drag to resize

EulerSequence.ThirdAxis Method

Determines the third axis indicator from the provided EulerSequenceIndicator.

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

Parameters

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

Return Value

Type: AxisIndicator
The third axis indicator.
See Also