[][src]Function skeletal_animation::math::vec3_normalized

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

Computes the normalized.