[][src]Function skeletal_animation::math::vec4_normalized

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

Computes the normalized.