Gimp.Matrix4.prototype.mult
function mult(matrix2: Gimp.Matrix4): void {
// Gjs wrapper for gimp_matrix4_mult()
}
Multiplies two matrices and puts the result into the second one.
Since 2.10.16
- matrix2
The second input matrix which will be overwritten by the result.