YawPitchRoll Constructor (AngleAxisRotation, YawPitchRollIndicator) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.AngleAxisRotation
The rotation. - sequence
- Type: AGI.Foundation.Coordinates.YawPitchRollIndicator
The sequence.
See Also