Function rgeometry::algorithms::segment_intersections
source · [−]pub fn segment_intersections<'a, Edge, T: 'a>(
edges: &'a [Edge]
) -> impl Iterator<Item = (&Edge, &Edge)> where
&'a Edge: Into<LineSegmentView<'a, T, 2>>,
T: PolygonScalar,