Trait space_partitioning::intersections::IntersectsWith[][src]

pub trait IntersectsWith<T = Self> {
    fn intersects_with(&self, other: &T) -> bool;
}

Required methods

Tests whether this element intersects with the [other].

Returns

  • true if the two elements intersect.

Implementors