Trait libreda_db::prelude::SimilarityTransform90
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§
type Coord
type Coord
Type or source and destination coordinates.