YawPitchRollIndicator Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static YawPitchRollIndicator Indicator(
AxisIndicator first,
AxisIndicator second,
AxisIndicator third
)
Public Shared Function Indicator (
first As AxisIndicator,
second As AxisIndicator,
third As AxisIndicator
) As YawPitchRollIndicator
public:
static YawPitchRollIndicator Indicator(
AxisIndicator first,
AxisIndicator second,
AxisIndicator third
)
static member Indicator :
first : AxisIndicator *
second : AxisIndicator *
third : AxisIndicator -> YawPitchRollIndicator
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:
YawPitchRollIndicatorThe indicator.
See Also