YawPitchRoll.Indicator Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.AxisIndicator
The first axis of rotation. - second
- Type: AGI.Foundation.Coordinates.AxisIndicator
The second axis of rotation. - third
- Type: AGI.Foundation.Coordinates.AxisIndicator
The third axis of rotation.
Return Value
Type:
YawPitchRollIndicatorThe indicator.
See Also