Type Definition heron::rapier_plugin::rapier::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.