[][src]Function skeletal_animation::math::vec4_inv_len

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

Computes the inverse length of a vector.