Trait visioncortex::bound::Bound[][src]

pub trait Bound {
    fn bound(&self) -> BoundingRect;

    fn overlaps<B: Bound>(&self, other: &B) -> bool { ... }
}

Any object that has a bounding rect

Required methods

Loading content...

Provided methods

fn overlaps<B: Bound>(&self, other: &B) -> bool[src]

Loading content...

Implementors

Loading content...