Trait svgbob::buffer::fragment::Bounds[][src]

pub trait Bounds {
    fn bounds(&self) -> (Point, Point);

    fn mins(&self) -> Point { ... }
fn maxs(&self) -> Point { ... } }
Expand description

get the boundary of a fragment this is used for sorting the fragments in a consistent sorted order

Required methods

Provided methods

Implementors