Gimp.Vector3.prototype.set

function set(x: Number(gdouble), y: Number(gdouble), z: Number(gdouble)): void {
    // Gjs wrapper for gimp_vector3_set()
}
  

Sets the X, Y and Z coordinates of vector to x, y and z.

x

the X coordinate.

y

the Y coordinate.

z

the Z coordinate.