Type Alias salva2d::math::RotationMatrix

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

The rotation matrix type.

Aliased Type§

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