Click or drag to resize

EulerSequence Constructor (Matrix3By3, EulerSequenceIndicator)

Initializes an EulerSequence from the provided Matrix3By3 and sequence.

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(
	Matrix3By3 matrix,
	EulerSequenceIndicator sequence
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix3By3
The orthogonal rotation matrix.
sequence
Type: AGI.Foundation.CoordinatesEulerSequenceIndicator
The sequence.
Remarks
Note that the matrix must be an orthogonal rotation matrix.
See Also