Gimp.Vector2.add_val

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

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

self

the first Gimp.Vector2.

vector2

the second Gimp.Vector2.

Returns