Gimp.Vector2.length

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

Computes the length of a 2D vector.

self

a pointer to a Gimp.Vector2.

Returns