Trait space_partitioning::intersections::IntersectsWith [−][src]
pub trait IntersectsWith<T = Self> {
fn intersects_with(&self, other: &T) -> bool;
}
pub trait IntersectsWith<T = Self> {
fn intersects_with(&self, other: &T) -> bool;
}