[][src]Function skeletal_animation::math::vec3_cross

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

Computes the cross product.