Function normalized

Source
pub fn normalized<E, A, const SIZE: usize>(a: &A) -> A
where A: VectorIter<E, SIZE> + VectorIterMut<E, SIZE> + Clone, E: NdFloat,
Expand description

Normalizes a vector to unit length.