Click or drag to resize

UnitQuaternion Constructor (YawPitchRoll)

Initializes a set of UnitQuaternion coordinates from the provided YawPitchRoll.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public UnitQuaternion(
	YawPitchRoll sequence
)

Parameters

sequence
Type: AGI.Foundation.Coordinates.YawPitchRoll
The yaw-pitch-roll sequence of rotations.
See Also