Trait agg::LineInterp

source ·
pub trait LineInterp {
    fn init(&mut self);
    fn step_hor(&mut self);
    fn step_ver(&mut self);
}

Required Methods

Implementors