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: 25.1.421.0 (25.1.421.0)
Syntax
public EulerSequence(
	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