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

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

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

Any object that has a bounding rect

Required methods

pub fn bound(&self) -> BoundingRect[src]

Loading content...

Provided methods

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

Loading content...

Implementors

impl Bound for BoundingRect[src]

impl Bound for Artifact[src]

Loading content...