pub fn line_segment(
    line: &Line<2>,
    segment: &Segment<2>
) -> Option<LineSegmentIntersection>
Expand description

Determine the intersection between a Line and a Segment