Returns the length of the vector.
length = Vec3:length()
None
The length is equivalent to this:
math.sqrt(v.x * v.x + v.y * v.y + v.z * v.z)
Vec3:normalize
Vec3:distance
Vec3