An NDoc Documented Class Library

Matrix.mul Method 

The usual matrixmultiplication

public Matrix mul(
   Matrix m
);

Parameters

m
Value of a matrix, whith that the matrix will be multiplied

Return Value

multiplied matrix

Remarks

The matrix m will be multiplicated from the right side : return = this * m

See Also

Matrix Class | Minais.Drawing3d.Math Namespace