Trait libreda_db::layout::prelude::DisplacementTransform
source · [−]pub trait DisplacementTransform: IsometricTransform90 {
fn displacement(&self) -> Vector<Self::SourceCoord>;
}
Expand description
Geometric transformation which preserves oriented angles and distances (i.e. translation).
Required Methods
fn displacement(&self) -> Vector<Self::SourceCoord>
fn displacement(&self) -> Vector<Self::SourceCoord>
Get the displacement vector.