Gimp.Vector3.new

function new(x: Number(gdouble), y: Number(gdouble), z: Number(gdouble)): Gimp.Vector3 {
    // Gjs wrapper for gimp_vector3_new()
}
  

Creates a Gimp.Vector3 of coordinate x, y and z.

x

the X coordinate.

y

the Y coordinate.

z

the Z coordinate.

Returns

the resulting Gimp.Vector3.