Gimp.Vector3.length

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

Computes the length of a 3D vector.

self

a pointer to a Gimp.Vector3.

Returns