[go: up one dir, main page]

Trait Isometry

Source
pub trait Isometry<E: EuclideanSpace>: Similarity<E, Scaling = Id> { }
Expand description

Subgroups of the isometry group E(n), i.e., rotations, reflexions, 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§