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: 24.1.418.0 (24.1.418.0)
Syntax
public YawPitchRoll(
	ElementaryRotation firstRotation,
	ElementaryRotation secondRotation,
	ElementaryRotation thirdRotation
)

Parameters

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