Gimp » Gimp.Vector3 »

Gimp.Vector3.prototype.sub_val

function sub_val(vector2: Gimp.Vector3): Gimp.Vector3 {
    // Gjs wrapper for gimp_vector3_sub_val()
}
  

This function is identical to Gimp.vector3_sub but the vectors are passed by value rather than by reference.

vector2

a Gimp.Vector3.

Returns

the resulting Gimp.Vector3.

More Information

  • Gimp.Vector3