An NDoc Documented Class Library

Matrix Constructor

Constructor for a matrix, which initialize a RowDim X ColDim matrix by a unitmatrix.

Overload List

Constructor which initialize the Matrix by an other Matrix m;

public Matrix(Matrix);

Constructor for a matrix, which initialize a RowDim X ColDim matrix by a unitmatrix.

public Matrix(int,int);

See Also

Matrix Class | Minais.Drawing3d.Math Namespace