Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Matrix3By3(
	YawPitchRoll sequence
)

Parameters

sequence
Type: AGI.Foundation.CoordinatesYawPitchRoll
The yaw-pitch-roll sequence of rotations.
See Also