Skip to content
Surf Wiki
Save to docs
general/polygons

From Surf Wiki (app.surf) — the open knowledge base

Polygonal chain

Connected series of line segments

Polygonal chain

Summary

Connected series of line segments

A simple polygonal chain
A self-intersecting polygonal chain
A closed polygonal chain

In geometry, a polygonal chain is a connected series of line segments. More formally, a polygonal chain is a curve specified by a sequence of points (A_1, A_2, \dots, A_n) called its vertices. The curve itself consists of the line segments connecting the consecutive vertices.

Variations

Simple

A simple polygonal chain is one in which only consecutive segments intersect and only at their endpoints.

Closed

A closed polygonal chain is one in which the first vertex coincides with the last one, or, alternatively, the first and the last vertices are also connected by a line segment. A simple closed polygonal chain in the plane is the boundary of a simple polygon. Often the term "polygon" is used in the meaning of "closed polygonal chain", but in some cases it is important to draw a distinction between a polygonal area and a polygonal chain. A space closed polygonal chain is also known as a skew "polygon".

Monotone

A set of ''n''=17 points has a polygonal path with 4 same-sign slopes

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. The graphs of piecewise linear functions form monotone chains with respect to a horizontal line.

Parametrization

Each segment of a polygonal chain is typically parametrized linearly, using linear interpolation between successive vertices. For the whole chain, two parametrizations are common in practical applications: Each segment of the chain can be assigned a unit interval of the parameter corresponding to the index of the first vertex; alternately, each segment of the chain can be assigned an interval of the parameter corresponding to the length of the segment, so that the parameter corresponds uniformly to arclength along the whole chain.

From point sets

Every set of at least n points contains a polygonal path of at least \lfloor\sqrt{n-1}\rfloor edges in which all slopes have the same sign. This is a corollary of the Erdős–Szekeres theorem.

Applications

Polygonal chains can often be used to approximate more complex curves. In this context, the Ramer–Douglas–Peucker algorithm can be used to find a polygonal chain with few segments that serves as an accurate approximation.

In graph drawing, polygonal chains are often used to represent the edges of graphs, in drawing styles where drawing the edges as straight line segments would cause crossings, edge-vertex collisions, or other undesired features. In this context, it is often desired to draw edges with as few segments and bends as possible, to reduce the visual clutter in the drawing; the problem of minimizing the number of bends is called bend minimization.{{citation

''P''<sub>0</sub>,&hairsp;...,&hairsp;''P''<sub>4</sub>}}. The gray polygonal chain connecting the control points is called the control polygon.

In computer-aided geometric design, smooth curves are often defined by a list of control points, e.g. in defining Bézier curve segments. When connected together, the control points form a polygonal chain called a control polygon.

Polygonal chains are also a fundamental data type in computational geometry. For instance, a point location algorithm of Lee and Preparata operates by decomposing arbitrary planar subdivisions into an ordered sequence of monotone chains, in which a point location query problem may be solved by binary search; this method was later refined to give optimal time bounds for the point location problem.{{citation | author1-link = Herbert Edelsbrunner|first1=Herbert|last1=Edelsbrunner|author2-link=Leonidas J. Guibas|first2=Leonidas J.|last2=Guibas|author3-link=Jorge Stolfi|first3=Jorge|last3=Stolfi

With geographic information system, linestrings may represent any linear geometry, and can be described using the well-known text markup as a LineString or MultiLineString. Linear rings (or LinearRing) are closed and simple polygonal chains used to build polygon geometries.

Notes

References

References

  1. (1999). "LEDA: A Platform for Combinatorial and Geometric Computing". Cambridge University Press.
  2. O'Rourke, Joseph. (1998). "Computational Geometry in C". Cambridge University Press.
  3. Ramer, Urs. (1972). "An iterative procedure for the polygonal approximation of plane curves". Computer Graphics and Image Processing.
  4. (1973). "Algorithms for the reduction of the number of points required to represent a digitized line or its caricature". The Canadian Cartographer.
  5. (2012). "Computer Graphics: Theory and Practice". CRC Press.
  6. Cheney, Ward. (2001). "Analysis for Applied Mathematics". Springer.
  7. (2006). "Effective Computational Geometry for Curves and Surfaces". Springer.
  8. Muggeo, Vito M. R.. (May 2008). "segmented: An R package to fit regression models with broken-line relationships".
  9. [[Open Geospatial Consortium]]. (2011-05-28). "OpenGIS® Implementation Standard for Geographic information - Simple feature access - Part 1: Common architecture". Open Geospatial Consortium.
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Polygonal chain — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report