Trait alga::linear::DirectIsometry

source ·
pub trait DirectIsometry<E: EuclideanSpace>: Isometry<E> { }
Expand description

Subgroups of the orientation-preserving isometry group SE(n), i.e., rotations and translations.

Object Safety§

This trait is not object safe.

Implementors§