Trait valora::geom::Translate [] [src]

pub trait Translate: Sized {
    fn translate(self, delta: Point) -> Self;
}

Required Methods

Implementors