Quaternion Constructor (YawPitchRoll) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic Quaternion(
YawPitchRoll sequence
)
Public Sub New (
sequence As YawPitchRoll
)
public:
Quaternion(
YawPitchRoll sequence
)
new :
sequence : YawPitchRoll -> Quaternion
Parameters
- sequence
- Type: AGI.Foundation.CoordinatesYawPitchRoll
The yaw-pitch-roll sequence of rotations.
See Also