YawPitchRoll Constructor (Matrix3By3, YawPitchRollIndicator) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public YawPitchRoll(
Matrix3By3 matrix,
YawPitchRollIndicator sequence
)
Public Sub New (
matrix As Matrix3By3,
sequence As YawPitchRollIndicator
)
public:
YawPitchRoll(
Matrix3By3 matrix,
YawPitchRollIndicator sequence
)
new :
matrix : Matrix3By3 *
sequence : YawPitchRollIndicator -> YawPitchRoll
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix3By3
The orthogonal rotation matrix. - sequence
- Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence.
Remarks Note that the matrix must be an orthogonal rotation matrix.
See Also