polygon_triangulate_test


polygon_triangulate_test, a Fortran77 code which calls polygon_triangulate(), which triangulates a possibly nonconvex polygon in 2D, and which can use gnuplot to display the external edges and internal diagonals of the triangulation.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

polygon_triangulate, a Fortran77 code which triangulates a possibly nonconvex polygon in 2D, 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 01 November 2023.