[][src]Function skeletal_animation::math::vec2_cross

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

Computes the cross product.