poly2tri icon indicating copy to clipboard operation
poly2tri copied to clipboard

Can you share the algorithm paper that was implemented in poly2tri?

Open DamonsJ opened this issue 6 years ago • 1 comments

I want to learn the algorithm not just to use. can you share some papers or any helpful pages or materials? Thanks a lot

DamonsJ avatar Oct 30 '18 14:10 DamonsJ

According to this page:

Based on the paper "Sweep-line algorithm for constrained Delaunay triangulation" by V. Domiter and and B. Zalik

The Python version here mentions:

Based on Raimund Seidel'e paper "A simple and fast incremental randomized algorithm for computing trapezoidal decompositions and for triangulating polygons" (Ported from poly2tri)

For anybody interested:

yportier avatar Aug 21 '19 07:08 yportier