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

pub type CrossMatrix<N> = Matrix<N, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<N, 3_usize, 3_usize>>;
Expand description

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