pub fn cross<E, A, B>(a: &A, b: &B) -> Awhere A: VectorIterMut<E, 3> + Clone, B: VectorIter<E, 3>, E: NdFloat,
Computes the cross product of two 3D vectors.