Bentley–Ottmann algorithm

This is an old revision of this page, as edited by The Anome (talk | contribs) at 11:18, 16 March 2008 (a line segment intersection algorithm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Bentley-Ottmann algorithm is a line segment intersection algorithm for finding the intersections of a set of line segments 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