pub trait SignCorrection: Sized {
    fn correct_sign(
        bitmap: &mut Bitmap<Self>,
        shape: &Shape,
        framing: &Framing<f64>,
        fill_rule: FillRule
    ); }
Expand description

Sign correction helper trait

Required Methods§

Implementors§