Gimp.Vector2.normalize_val

@accepts(Gimp.Vector2)
@returns(Gimp.Vector2)
def normalize_val(self):
    # Python wrapper for gimp_vector2_normalize_val()
  

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

self

a Gimp.Vector2.

Returns