polygon_triangulate_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

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.

Source Code:

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.


Last revised on 26 July 2019.