Gimp.Vector2.add
@accepts(Gimp.Vector2, Gimp.Vector2, Gimp.Vector2)
@returns(none)
def add(result, vector1, vector2):
# Python wrapper for gimp_vector2_add()
Computes the sum of two 2D vectors. The resulting Gimp.Vector2 is stored in result.
- result
destination for the resulting Gimp.Vector2.
- vector1
a pointer to the first Gimp.Vector2.
- vector2
a pointer to the second Gimp.Vector2.