Type Definition rapier3d::math::Rotation

source · []
pub type Rotation<N> = Unit<Quaternion<N>>;
Expand description

The rotation matrix type.