pub trait Isometry<E: EuclideanSpace>: Similarity<E, Scaling = Id> { }Expand description
Subgroups of the isometry group E(n), i.e., rotations, reflexions, and translations.
Object Safety§
This trait is not object safe.
pub trait Isometry<E: EuclideanSpace>: Similarity<E, Scaling = Id> { }Subgroups of the isometry group E(n), i.e., rotations, reflexions, and translations.