Type Alias salva3d::math::RotationMatrix

source ·
pub type RotationMatrix<Real> = Rotation3<Real>;
Expand description

The rotation matrix type.

Aliased Type§

struct RotationMatrix<Real> { /* private fields */ }