length(vector)
Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) :
vector
L = length(vec3(x, y, z))