Trait alga::linear::Rotation [] [src]

pub trait Rotation<E: EuclideanSpace>: OrthogonalGroup<E> + DirectIsometry<E> { }

The group SO(n) of n-dimensional of rotations.

Implementors