Click or drag to resize

YawPitchRoll Constructor (ElementaryRotation, ElementaryRotation, ElementaryRotation)

Initializes a YawPitchRoll sequence from the provided ElementaryRotation instances.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public YawPitchRoll(
	ElementaryRotation firstRotation,
	ElementaryRotation secondRotation,
	ElementaryRotation thirdRotation
)

Parameters

firstRotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The first rotation.
secondRotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The second rotation.
thirdRotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The third rotation.
See Also