Skip to main content

RotationMatrix

Type Alias RotationMatrix 

Source
pub type RotationMatrix<N> = Rotation<N, 2>;
Expand description

The rotation matrix type.

Aliased Typeยง

pub struct RotationMatrix<N> { /* private fields */ }