Gimp.Matrix3.prototype.transform_point

function transform_point(x: Number(gdouble), y: Number(gdouble), newx: Number(gdouble), newy: Number(gdouble)): void {
    // Gjs wrapper for gimp_matrix3_transform_point()
}
  

Transforms a point in 2D as specified by the transformation matrix.

x

The source X coordinate.

y

The source Y coordinate.

newx

The transformed X coordinate.

newy

The transformed Y coordinate.