pub fn batch_normalize(vecs: &[Vec3]) -> Vec<Vec3> ⓘ
Batch normalize: normalize an array of vectors.
Zero-length vectors are left as-is.