YawPitchRoll Constructor (Double, Double, Double, YawPitchRollIndicator) |
Initializes a
YawPitchRoll sequence from the provided angles and sequence.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public YawPitchRoll(
double angle1,
double angle2,
double angle3,
YawPitchRollIndicator sequence
)
Public Sub New (
angle1 As Double,
angle2 As Double,
angle3 As Double,
sequence As YawPitchRollIndicator
)
public:
YawPitchRoll(
double angle1,
double angle2,
double angle3,
YawPitchRollIndicator sequence
)
new :
angle1 : float *
angle2 : float *
angle3 : float *
sequence : YawPitchRollIndicator -> YawPitchRoll
Parameters
- angle1
- Type: SystemDouble
The first angle. - angle2
- Type: SystemDouble
The second angle. - angle3
- Type: SystemDouble
The third angle. - sequence
- Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence.
See Also