Trait libreda_db::prelude::DisplacementTransform
source · [−]pub trait DisplacementTransform: IsometricRTransform {
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.