Click or drag to resize

AngleAxisRotation Constructor (YawPitchRoll)

Initializes a set of AngleAxisRotation coordinates from the provided YawPitchRoll.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AngleAxisRotation(
	YawPitchRoll sequence
)

Parameters

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