Gimp.Vector2.neg

@accepts(Gimp.Vector2)
@returns(none)
def neg(self):
    # Python wrapper for gimp_vector2_neg()
  

Negates the self (i.e. negate all its coordinates).

self

a pointer to a Gimp.Vector2.