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