06 May 2014 02:19:32 PM POLYGON_TRIANGULATE_PRB C++ version. Test the POLYGON_TRIANGULATE library. TEST01 Triangulate the comb_10 polygon. Triangles Col: 1 2 3 4 5 6 7 8 Row --- 1 2 4 6 8 9 2 4 6 2 0 2 4 6 6 9 9 9 3 1 3 5 7 8 0 2 4 TEST02 Read polygon coordinates in "comb_nodes.txt" Write triangulation to "comb_elements.txt" TEST02 Read polygon coordinates in "hand_nodes.txt" Write triangulation to "hand_elements.txt" TEST02 Read polygon coordinates in "i18_nodes.txt" Write triangulation to "i18_elements.txt" TEST03 Read node coordinates in "comb_nodes.txt" Write edges to "comb_edges.txt" Write diagonals to "comb_diagonals.txt" Write gnuplot commands to "comb_commands.txt" TEST03 Read node coordinates in "hand_nodes.txt" Write edges to "hand_edges.txt" Write diagonals to "hand_diagonals.txt" Write gnuplot commands to "hand_commands.txt" TEST03 Read node coordinates in "i18_nodes.txt" Write edges to "i18_edges.txt" Write diagonals to "i18_diagonals.txt" Write gnuplot commands to "i18_commands.txt" POLYGON_TRIANGULATE_PRB Normal end of execution. 06 May 2014 02:19:32 PM