Trait 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§