[][src]Trait quadtree_cd::Intersection

pub trait Intersection {
    fn intersects(&self, other: &Self) -> bool;
}

Required methods

fn intersects(&self, other: &Self) -> bool

Loading content...

Implementors

impl Intersection for RotatedRect[src]

Loading content...