mul
Post-multiplies this matrix with the given matrix, storing the result in this matrix.
For example:
A.mul(B) results in A := AB
Content copied to clipboard
Return
this matrix
Parameters
other
the other matrix to multiply by
Post-multiplies this matrix with the given matrix, storing the result in the specified matrix.
For example:
A.mul(B) results in A := AB
Content copied to clipboard
Return
the result matrix
Parameters
other
the other matrix to multiply by
result
the matrix to store the result