Function piston_window::math::cross

source ยท
pub fn cross<T>(a: [T; 2], b: [T; 2]) -> T
where T: Copy + Mul<Output = T> + Sub<Output = T>,
Expand description

Computes the cross product.