length expression function

Returns the length of a vector.

Replaced by: hou.Vector3

Usage

length(x, y, z)

A.K.A sqrt(x*x + y*y + z*z).