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: 24.1.418.0 (24.1.418.0)
Syntax
public YawPitchRoll(
	UnitQuaternion quaternion,
	YawPitchRollIndicator sequence
)

Parameters

quaternion
Type: AGI.Foundation.CoordinatesUnitQuaternion
The unit quaternion.
sequence
Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence.
See Also