Gimp.Matrix2.prototype.transform_point
function transform_point(x: Number(gdouble), y: Number(gdouble)): [newx: Number(gdouble), newy: Number(gdouble)] {
// Gjs wrapper for gimp_matrix2_transform_point()
}
Transforms a point in 2D as specified by the transformation matrix.
Since 2.10.16
- x
The source X coordinate.
- y
The source Y coordinate.
- newx
The transformed X coordinate.
- newy
The transformed Y coordinate.