Trait libreda_db::layout::prelude::traits::Translate
pub trait Translate<T> {
// Required method
fn translate(&self, v: Vector<T>) -> Self;
}Expand description
Translate the geometrical object by a vector.