Gimp.Vector3.prototype.length_val

function length_val(): Number(gdouble) {
    // Gjs wrapper for gimp_vector3_length_val()
}
  

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

Returns

the length of vector (a positive gdouble).