Gimp.Vector3.neg

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

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

self

a pointer to a Gimp.Vector3.