We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Polygon Triangulation
Page Index Toggle Pages: 1
Polygon Triangulation (Read 1392 times)
Polygon Triangulation
Aug 27th, 2009, 7:50am
 
Hi,

I've created a small 2d polygon triangulation library in Scala that supports the the following methods:

- Constrained Delaunay Triangulation (CDT) w/ support for holes
- Seidel's Triangulation Algorithm

Porting to Java should be fairly easy if anyone is interested...  You can find the project page on Google Code under Poly2Tri.

I would post a direct link here, although it seems I have to post 5 or more "normal" messages before I can post links...  Tongue
Re: Polygon Triangulation
Reply #1 - Aug 27th, 2009, 9:14am
 
Interesting. The site is poly2tri.
Google pointed to another Poly2Tri project but original site seems dead.
Page Index Toggle Pages: 1