Click or drag to resize

YawPitchRollIndicator Method

Composes a YawPitchRollIndicator from three individual AxisIndicator items.

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 YawPitchRollIndicator Indicator(
	AxisIndicator first,
	AxisIndicator second,
	AxisIndicator third
)

Parameters

first
Type: AGI.Foundation.CoordinatesAxisIndicator
The first axis of rotation.
second
Type: AGI.Foundation.CoordinatesAxisIndicator
The second axis of rotation.
third
Type: AGI.Foundation.CoordinatesAxisIndicator
The third axis of rotation.

Return Value

Type: YawPitchRollIndicator
The indicator.
See Also