pub trait IsometricRTransform: IsometricTransform + SimiliarityRTransform { }
Expand description

Geometric transformation which preserves angles and distances (e.g. euclidean transform) but allows only rotations by a multiple of 90 degrees.

Implementors