Gimp.Matrix4.prototype.transform_point

function transform_point(x: Number(gdouble), y: Number(gdouble), z: Number(gdouble)): [return_value: Number(gdouble), newx: Number(gdouble), newy: Number(gdouble), newz: Number(gdouble)] {
    // Gjs wrapper for gimp_matrix4_transform_point()
}
  

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

Since 2.10.16

x

The source X coordinate.

y

The source Y coordinate.

z

The source Z coordinate.

return_value

The transformed W coordinate.

newx

The transformed X coordinate.

newy

The transformed Y coordinate.

newz

The transformed Z coordinate.