Gimp.Matrix2.mult

@accepts(Gimp.Matrix2, Gimp.Matrix2)
@returns(none)
def mult(self, matrix2):
    # Python wrapper for gimp_matrix2_mult()
  

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

self

The first input matrix.

matrix2

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