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

type CrossMatrix<N> = Matrix<N, Const<{_: usize}>, Const<1_usize>, ArrayStorage<N, 2_usize, 1_usize>>;

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