Trait rgeometry::Intersects[][src]

pub trait Intersects<T = Self> {
    type Result;
    fn intersect(self, other: T) -> Option<Self::Result>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors