Trait kicad_parse_gen::BoundingBox [] [src]

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

calculate the bounding box of a layout item

Required Methods

calculate the bounding box of a layout item

Implementors