[][src]Trait descartes::Intersect

pub trait Intersect {
    fn intersect(&self) -> Vec<Intersection>;
}

Required methods

fn intersect(&self) -> Vec<Intersection>

Loading content...

Implementations on Foreign Types

impl Intersect for (LineSegment, LineSegment)[src]

impl<'a, 'b> Intersect for (&'a LinePath, &'b LinePath)[src]

impl<'a, 'b> Intersect for (&'a ClosedLinePath, &'b ClosedLinePath)[src]

Loading content...

Implementors

Loading content...