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