polygon_triangulate_test, a C code which calls polygon_triangulate() to triangulate a possibly nonconvex polygon in 2D, and which can use gnuplot to display the external edges and internal diagonals of the triangulation.
The computer code and data files described and made available on this web page are distributed under the MIT license
polygon_triangulate, a C code which triangulates a possibly nonconvex polygon, and which can use gnuplot to display the external edges and internal diagonals of the triangulation.
COMB is an example of a "comb" polygon of 10 vertices
HAND outlines a hand using 59 vertices.
I18 is an example of a complicated nonconvex polygon, using 18 vertices.