Gimp.Vector3.neg_val

@accepts(Gimp.Vector3)
@returns(Gimp.Vector3)
def neg_val(self):
    # Python wrapper for gimp_vector3_neg_val()
  

Identical to [method@Vector3.neg], but the vector is passed by value rather than by reference.

self

a Gimp.Vector3.

Returns