Click or drag to resize

EulerSequence Constructor (ElementaryRotation, ElementaryRotation, ElementaryRotation)

Initializes an EulerSequence from the provided ElementaryRotations.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EulerSequence(
	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