Trait parrot::geom::Intersects [] [src]

pub trait Intersects<T, N: Number> {
    fn intersects(self, other: T) -> Intersections<N>;
}

Required Methods

Implementors