pub fn norm_vec<T>(v: Vector3<T>) -> T where
    T: Float
Expand description

Calculate L2 norm of Vector3.