Type Definition parry3d::math::CrossMatrix

source · []
pub type CrossMatrix<N> = Matrix3<N>;
Expand description

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