Gimp.Vector2.normal_val

@accepts(Gimp.Vector2)
@returns(Gimp.Vector2)
def normal_val(self):
    # Python wrapper for gimp_vector2_normal_val()
  

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

Since 2.8

self

a Gimp.Vector2.

Returns