Gimp.Matrix4.prototype.mult

function mult(right: Gimp.Matrix4): void {
    // Gjs wrapper for gimp_matrix4_mult()
}
  

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

Since 2.10.16

right

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