pub trait SimilarityRTransform: SimilarityTransform<SourceCoord = Self::Coord, DestinationCoord = Self::Coord> {
    type Coord;
}
Expand description

Geometric transformation which preserves angles and ratios of distances. Adds resizing by integer numbers to the IsometricRTransform.

Associated Types

Type or source and destination coordinates.

Implementors