Gimp.Vector3.add_val

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

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

self

a Gimp.Vector3.

vector2

a Gimp.Vector3.

Returns