cross_mut

Function cross_mut 

Source
pub fn cross_mut<E, R, B>(r: &mut R, b: &B)
where R: VectorIterMut<E, 3>, B: VectorIter<E, 3>, E: NdFloat,
Expand description

Computes the cross product of two 3D vectors. This function modifies the first vector in place.