BichengLUO / Polygon2Triangle

A MFC application which is used to triangulate the polygons using Constrained Delaunay Triangulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polygon2Triangle Polygon2Triangle

Polygon2Triangle is a simple MFC application which is used to triangulate polygons. The implementation of triangulation algorithm is based on poly2tri.js

  • poly2tri.js: A 2D constrained Delaunay triangulation library
  • Based on the paper "Sweep-line algorithm for constrained Delaunay triangulation" by V. Domiter and and B. Zalik

Polygon2Triangle

About

A MFC application which is used to triangulate the polygons using Constrained Delaunay Triangulation.


Languages

Language:C++ 89.6%Language:C 10.4%