Triangulation of a Star-shaped Polygon in Linear Time Without Knowledge of Kernel

By Ben Weitzman

About

Star shaped polygons have the property that there exists some point, called the kernel, within the polygon such that a line segment from the kernel to any point on the boundary of the polygon is completely contained within the polygon. If the kernel of a star shaped polygon is known, the shape can be triangulated in a fairly straightforward fashion. A demonstration of how to trangulate a star shaped polygon with known kernel in linear time can be found here . This is a demonstration of how to triangulate a star shaped polygon in linear time without knowledge of the kernel.

What's Going On

To begin select "Add points" on the left to create a star shaped polygon or "Generate random points" to have one automatically generated