[][src]Function skeletal_animation::math::vec4_square_len

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

Computes the square length of a vector.