Trait SimilarityTransform90

Source
pub trait SimilarityTransform90: 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 IsometricTransform90.

Required Associated Types§

Source

type Coord

Type or source and destination coordinates.

Implementors§