Gimp.Vector2.length_val

@accepts(Gimp.Vector2)
@returns(float)
def length_val(self):
    # Python wrapper for gimp_vector2_length_val()
  

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

self

a Gimp.Vector2.

Returns