Trait libreda_db::layout::prelude::DisplacementTransform

source ·
pub trait DisplacementTransform: IsometricTransform90 {
    // Required method
    fn displacement(&self) -> Vector<Self::SourceCoord>;
}
Expand description

Geometric transformation which preserves oriented angles and distances (i.e. translation).

Required Methods§

source

fn displacement(&self) -> Vector<Self::SourceCoord>

Get the displacement vector.

Implementors§