YawPitchRoll Constructor (AngleAxisRotation, YawPitchRollIndicator) |
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(
AngleAxisRotation rotation,
YawPitchRollIndicator sequence
)
Public Sub New (
rotation As AngleAxisRotation,
sequence As YawPitchRollIndicator
)
public:
YawPitchRoll(
AngleAxisRotation rotation,
YawPitchRollIndicator sequence
)
new :
rotation : AngleAxisRotation *
sequence : YawPitchRollIndicator -> YawPitchRoll
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesAngleAxisRotation
The rotation. - sequence
- Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence.
See Also