DenseMatrix Constructor (Matrix6By6) |
Initializes a new instance from an existing
Matrix6By6.
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(
Matrix6By6 matrix
)
Public Sub New (
matrix As Matrix6By6
)
public:
DenseMatrix(
Matrix6By6^ matrix
)
new :
matrix : Matrix6By6 -> DenseMatrix
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6
The existing Matrix6By6 to copy.
Exceptions See Also