YawPitchRoll.ThirdAxis 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 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.Coordinates.YawPitchRollIndicator
The order of the axes of rotation.
Return Value
Type:
AxisIndicatorThe third axis indicator.
See Also