Trait descartes::Intersect [−][src]
pub trait Intersect {
fn intersect(&self) -> Vec<Intersection>;
}Required Methods
fn intersect(&self) -> Vec<Intersection>
Implementations on Foreign Types
impl Intersect for (LineSegment, LineSegment)[src]
impl Intersect for (LineSegment, LineSegment)fn intersect(&self) -> Vec<Intersection>[src]
fn intersect(&self) -> Vec<Intersection>impl<'a, 'b> Intersect for (&'a LinePath, &'b LinePath)[src]
impl<'a, 'b> Intersect for (&'a LinePath, &'b LinePath)fn intersect(&self) -> Vec<Intersection>[src]
fn intersect(&self) -> Vec<Intersection>impl<'a, 'b> Intersect for (&'a ClosedLinePath, &'b ClosedLinePath)[src]
impl<'a, 'b> Intersect for (&'a ClosedLinePath, &'b ClosedLinePath)fn intersect(&self) -> Vec<Intersection>[src]
fn intersect(&self) -> Vec<Intersection>