Type Definition rapier3d::math::CrossMatrix

source ·
pub type CrossMatrix<N> = Matrix<N, Const<3>, Const<3>, ArrayStorage<N, 3, 3>>;
Expand description

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