[][src]Function tray_rust::linalg::cross

pub fn cross<A: Index<usize, Output = f32>, B: Index<usize, Output = f32>>(
    a: &A,
    b: &B
) -> Vector

Compute the cross product of two vectors