Gimp.Vector3.length_val

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

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

self

a Gimp.Vector3.

Returns