Function rin_math::line_segment_intersection [−][src]
pub fn line_segment_intersection(
p0: Pnt2,
p1: Pnt2,
p2: Pnt2,
p3: Pnt2
) -> Option<Pnt2>
Intersection of line segments p0 - p1 and p2 - p3
pub fn line_segment_intersection(
p0: Pnt2,
p1: Pnt2,
p2: Pnt2,
p3: Pnt2
) -> Option<Pnt2>
Intersection of line segments p0 - p1 and p2 - p3