Click or drag to resize

YawPitchRoll.ThirdAxis Method

Determines the third axis indicator from the provided YawPitchRollIndicator.

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(
	YawPitchRollIndicator sequence
)

Parameters

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

Return Value

Type: AxisIndicator
The third axis indicator.
See Also