YawPitchRoll Constructor (Matrix3By3, YawPitchRollIndicator) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Matrix3By3
The orthogonal rotation matrix. - sequence
- Type: AGI.Foundation.Coordinates.YawPitchRollIndicator
The sequence.
RemarksNote that the matrix must be an orthogonal rotation matrix.
See Also