Type Alias parry3d_f64::math::Rotation

source ·
pub type Rotation<N> = UnitQuaternion<N>;
Expand description

The rotation matrix type.

Aliased Type§

struct Rotation<N> { /* private fields */ }