Bentley–Ottmann algorithm: Difference between revisions

Content deleted Content added
Line 1:
The '''Bentley-Ottmann algorithm''' is a [[line segment intersection]] [[algorithm]] for finding the intersections of a set of [[line segment]]s on a plane. It works by considering the intersections of the line segments with a "sweep" line which is moved progressively across the set of line segments.
 
== See also ==