Click or drag to resize

Matrix3By3Symmetric Constructor

Initializes this instance as a symmetrical matrix constructed from the given symmetrical or nearly symmetrical Matrix3By3. Mxy and Myx of this matrix will be equal to the average Mxy and Myx of the given matrix.

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

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix3By3
The symmetrical or nearly symmetrical Matrix3By3.
See Also