[][src]Function skeletal_animation::math::vec2_square_len

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

Computes the square length of a vector.