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