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 -> YawPitchRollParameters
- matrix
 - Type: AGI.Foundation.CoordinatesMatrix3By3
The orthogonal rotation matrix. - sequence
 - Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence. 
RemarksNote that the matrix must be an orthogonal rotation matrix.
See Also