Quaternion Constructor (YawPitchRoll) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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