[][src]Type Definition rapier3d::math::CrossMatrix

type CrossMatrix<N> = Matrix<N, U3, U3, <DefaultAllocator as Allocator<N, U3, U3>>::Buffer>;

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