Function vec3::cross [] [src]

pub fn cross<'a, T: Copy + Num>(
    out: &'a mut [T; 3],
    a: &[T; 3],
    b: &[T; 3]
) -> &'a mut [T; 3]