Gimp.Matrix2.prototype.mult

function mult(matrix2: Gimp.Matrix2): void {
    // Gjs wrapper for gimp_matrix2_mult()
}
  

Multiplies two matrices and puts the result into the second one.

matrix2

The second input matrix which will be overwritten by the result.