Matrix3By3 Constructor (YawPitchRoll) |
Initializes a new instance from the provided
YawPitchRoll sequence.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Matrix3By3(
YawPitchRoll sequence
)
Public Sub New (
sequence As YawPitchRoll
)
public:
Matrix3By3(
YawPitchRoll sequence
)
new :
sequence : YawPitchRoll -> Matrix3By3
Parameters
- sequence
- Type: AGI.Foundation.CoordinatesYawPitchRoll
The yaw-pitch-roll sequence of rotations.
See Also