Gimp.Vector2.sub_val

@accepts(Gimp.Vector2, Gimp.Vector2)
@returns(Gimp.Vector2)
def sub_val(self, vector2):
    # Python wrapper for gimp_vector2_sub_val()
  

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

self

the first Gimp.Vector2.

vector2

the second Gimp.Vector2.

Returns