Click or drag to resize

EulerSequence Constructor (AngleAxisRotation, EulerSequenceIndicator)

Initializes an EulerSequence from the provided AngleAxisRotation and sequence.

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(
	AngleAxisRotation rotation,
	EulerSequenceIndicator sequence
)

Parameters

rotation
Type: AGI.Foundation.Coordinates.AngleAxisRotation
The rotation.
sequence
Type: AGI.Foundation.Coordinates.EulerSequenceIndicator
The sequence.
See Also