YawPitchRollFirstAxis 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 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