Trait libreda_db::layout::prelude::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§