Content deleted Content added
m →Applications: minor fixes, mostly disambig links using AWB |
Lembit Staan (talk | contribs) No edit summary |
||
Line 1:
[[File:Fortunes-algorithm.gif|frame|right|Animation of [[Fortune's algorithm]], a sweep line technique for constructing [[Voronoi diagram]]s.]]
In [[computational geometry]], a '''sweep line algorithm''' or '''plane sweep algorithm''' is
The idea behind algorithms of this type is to imagine that a line (often a vertical line) is swept or moved across the plane, stopping at some points. Geometric operations are restricted to geometric objects that either intersect or are in the immediate vicinity of the sweep line whenever it stops, and the complete solution is available once the line has passed over all objects.
|