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)
Syntaxpublic DenseMatrix(
Matrix3By3 matrix
)
Public Sub New (
matrix As Matrix3By3
)
public:
DenseMatrix(
Matrix3By3 matrix
)
new :
matrix : Matrix3By3 -> DenseMatrix
Parameters
- matrix
- Type: AGI.Foundation.Coordinates.Matrix3By3
The existing Matrix3By3 to copy.
See Also