Click or drag to resize

Matrix3By3 Constructor (EigenDecomposition)

Initializes a new instance from an EigenDecomposition.

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(
	EigenDecomposition eigenDecomposition
)

Parameters

eigenDecomposition
Type: AGI.Foundation.CoordinatesEigenDecomposition
The eigenvectors and eigenvalues of the matrix.
See Also