pub fn vec2_normalized<T>(a: [T; 2]) -> [T; 2]where
    T: Copy + One + Sqrt + Add<Output = T> + Mul<Output = T> + Div<Output = T>,
Expand description

Computes the normalized.