Trait kicad_parse_gen::BoundingBox [] [src]

pub trait BoundingBox {
    fn bounding_box(&self) -> (f64, f64, f64, f64);
}

calculate the bounding box of an item

Required Methods

calculate the bounding box of an item

Implementors