Click or drag to resize

DenseMatrix Constructor (Matrix3By3)

Initializes a new instance from an existing Matrix3By3.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DenseMatrix(
	Matrix3By3 matrix
)

Parameters

matrix
Type: AGI.Foundation.Coordinates.Matrix3By3
The existing Matrix3By3 to copy.
See Also