ncollide3d::math

Type Alias Rotation

Source
pub type Rotation<N> = UnitQuaternion<N>;
Expand description

The rotation matrix type.

Aliased Typeยง

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