When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Monotone polygon - Wikipedia

    en.wikipedia.org/wiki/Monotone_polygon

    Breaking a polygon into monotone polygons. A simple polygon may be easily cut into monotone polygons in O(n log n) time. However, since a triangle is a monotone polygon, polygon triangulation is in fact cutting a polygon into monotone ones, and it may be performed for simple polygons in O(n) time with a complex algorithm. [6]

  3. Boolean operations on polygons - Wikipedia

    en.wikipedia.org/wiki/Boolean_operations_on_polygons

    Modern implementations for Boolean operations on polygons tend to use plane sweep algorithms (or Sweep line algorithms). A list of papers using plane sweep algorithms for Boolean operations on polygons can be found in References below. Boolean operations on convex polygons and monotone polygons of the same direction may be performed in linear ...

  4. Polygon triangulation - Wikipedia

    en.wikipedia.org/wiki/Polygon_triangulation

    A monotone polygon can be split into two monotone chains. A polygon that is monotone with respect to the y-axis is called y-monotone. A monotone polygon with n vertices can be triangulated in O(n) time. Assuming a given polygon is y-monotone, the greedy algorithm begins by walking on one chain of the polygon from top to bottom while adding ...

  5. Polygonal chain - Wikipedia

    en.wikipedia.org/wiki/Polygonal_chain

    A polygonal chain is called monotone if there is a straight line L such that every line perpendicular to L intersects the chain at most once. Every nontrivial monotone polygonal chain is open. In comparison, a monotone polygon is a polygon (a closed chain) that can be partitioned into exactly two monotone chains. [2]

  6. Art Gallery Theorems and Algorithms - Wikipedia

    en.wikipedia.org/wiki/Art_Gallery_Theorems_and...

    It has 10 chapters, whose topics include the original art gallery theorem and Fisk's triangulation-based proof; rectilinear polygons; guards that can patrol a line segment rather than a single point; special classes of polygons including star-shaped polygons, spiral polygons, and monotone polygons; non-simple polygons; prison yard problems, in ...

  7. Arrangement of lines - Wikipedia

    en.wikipedia.org/wiki/Arrangement_of_lines

    A -level is a special case of a monotone path in an arrangement; that is, a sequence of edges that intersects any vertical line in a single point. However, monotone paths may be much more complicated than k {\displaystyle k} -levels: there exist arrangements and monotone paths in these arrangements where the number of points at which the path ...

  8. Talk:Polygon triangulation - Wikipedia

    en.wikipedia.org/wiki/Talk:Polygon_triangulation

    Description of the Algorithm: Triangulating a Two-Dimensional Monotone Polygon The main idea behind the algorithm is quite simple. First the vertices are sorted with respect to the line of monotonicity, which in the first case is the y-axis (which involves sorting the vertices by their y-coordinate), and in the second case it is the x-axis.

  9. Sweep line algorithm - Wikipedia

    en.wikipedia.org/wiki/Sweep_line_algorithm

    Animation of Fortune's algorithm, a sweep line technique for constructing Voronoi diagrams. In computational geometry, a sweep line algorithm or plane sweep algorithm is an algorithmic paradigm that uses a conceptual sweep line or sweep surface to solve various problems in Euclidean space. It is one of the critical techniques in computational ...