Click or drag to resize

EulerSequenceSecondAxis Method

Determines the second 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 SecondAxis(
	EulerSequenceIndicator sequence
)

Parameters

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

Return Value

Type: AxisIndicator
The second axis indicator.
See Also