pub fn normalize_vec<T>(v: Vector3<T>) -> Vector3<T> where T: Float,
Normalization of vector3.
If you enter a zero vector, it returns a zero vector.