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.2.419.0 (24.2.419.0)
Syntax public Matrix3By3Symmetric(
Matrix3By3 matrix
)
Public Sub New (
matrix As Matrix3By3
)
public:
Matrix3By3Symmetric(
Matrix3By3 matrix
)
new :
matrix : Matrix3By3 -> Matrix3By3Symmetric
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix3By3
The symmetrical or nearly symmetrical Matrix3By3.
See Also