pub fn cross_mut<E, R, B>(r: &mut R, b: &B)where R: VectorIterMut<E, 3>, B: VectorIter<E, 3>, E: NdFloat,
Computes the cross product of two 3D vectors. This function modifies the first vector in place.