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