Type Definition bevy_rapier3d::prelude::CrossMatrix[][src]

type CrossMatrix<N> = Matrix<N, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<N, 3_usize, 3_usize>>;
Expand description

A matrix that represent the cross product with a given vector.