normalize

Function normalize 

Source
pub fn normalize<E, R, A, const SIZE: usize>(r: &mut R, a: &A)
where R: VectorIterMut<E, SIZE>, A: VectorIter<E, SIZE>, E: NdFloat,
Expand description

Normalizes a vector to unit length.