YawPitchRollThirdAxis 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 AxisIndicator ThirdAxis(
YawPitchRollIndicator sequence
)
Public Shared Function ThirdAxis (
sequence As YawPitchRollIndicator
) As AxisIndicator
public:
static AxisIndicator ThirdAxis(
YawPitchRollIndicator sequence
)
static member ThirdAxis :
sequence : YawPitchRollIndicator -> AxisIndicator
Parameters
- sequence
- Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The order of the axes of rotation.
Return Value
Type:
AxisIndicatorThe third axis indicator.
See Also