Click or drag to resize

YawPitchRoll Constructor (Matrix3By3, YawPitchRollIndicator)

Initializes a YawPitchRoll sequence from the provided Matrix3By3 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(
	Matrix3By3 matrix,
	YawPitchRollIndicator sequence
)

Parameters

matrix
Type: AGI.Foundation.Coordinates.Matrix3By3
The orthogonal rotation matrix.
sequence
Type: AGI.Foundation.Coordinates.YawPitchRollIndicator
The sequence.
Remarks
Note that the matrix must be an orthogonal rotation matrix.
See Also