Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§