Click or drag to resize

Matrix3By3 Constructor (EulerSequence)

Initializes a new instance from the provided EulerSequence.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Matrix3By3(
	EulerSequence sequence
)

Parameters

sequence
Type: AGI.Foundation.CoordinatesEulerSequence
The Euler sequence of rotations.
See Also