Trait alga::linear::OrthogonalTransformation

source ·
pub trait OrthogonalTransformation<E: EuclideanSpace>: Isometry<E, Translation = Id> { }
Expand description

Subgroups of the n-dimensional rotations and scaling O(n).

Object Safety§

This trait is not object safe.

Implementors§