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