pub fn normalized_to<E, A, const SIZE: usize>(a: &A, mag: E) -> Awhere A: VectorIterMut<E, SIZE> + Clone, E: NdFloat,
Normalizes a vector to a specified magnitude.