Click or drag to resize

YawPitchRoll Constructor (UnitQuaternion, YawPitchRollIndicator)

Initializes a YawPitchRoll sequence from the provided UnitQuaternion and sequence.

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

Parameters

quaternion
Type: AGI.Foundation.Coordinates.UnitQuaternion
The unit quaternion.
sequence
Type: AGI.Foundation.Coordinates.YawPitchRollIndicator
The sequence.
See Also