Visualize, edit, and triangulate simple polygons interactively.
This application performs simple polygon triangulation, transforming any valid polygon into a set of triangles by connecting non-adjacent vertices.
You can paste your coordinates, preview the polygon, adjust points interactively, and finally generate a triangulation diagram — all inside your browser.
A list of coordinates forming a closed loop with no self-intersections.
Example:
(x1 y1), (x2 y2), ..., (xn yn)
Polygons where edges cross, or where the order of coordinates does not form a closed boundary.