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

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

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