Gimp.Matrix3.prototype.rotate

function rotate(theta: Number(gdouble)): void {
    // Gjs wrapper for gimp_matrix3_rotate()
}
  

Rotates the matrix by theta degrees.

theta

The angle of rotation (in radians).