Trait kicad_parse_gen::footprint::Rotate [] [src]

pub trait Rotate {
    fn rotate(&mut self, rot: f64);
}

rotate a module to be able to compare rotated modules

Required Methods

rotate

Implementors