Click or drag to resize

EulerSequence.SecondAxis Method

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

Parameters

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

Return Value

Type: AxisIndicator
The second axis indicator.
See Also