CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Fast Polygon Triangulation with source code. (https://www.cfd-online.com/Forums/main/10197-fast-polygon-triangulation-source-code.html)

Liang, Wu November 2, 2005 19:42

Fast Polygon Triangulation with source code.
 
Hi, eveyone,

Rencently, I implemented yet another fast and robust polygon triangulation code by Sweep Line Algorithm using standard C++. This code can handle polygon with/without holes and around two times faster than the code "triangulation" developed by Atul Narkhede and Dinesh Manocha by seidel's incremental randomized algorithm. All details can be found from Poly2Tri's website: <A HREF="http://www.mema.ucl.ac.be/~wu/Poly2Tri/poly2tri.html">http://www.mema.ucl.ac.be/~wu/Poly2Tri/poly2tri.html </a>. Check it out and any comments are highly appreciated.

The source code will open to public soon. Howerver, Poly2Tri has a small bug when searching for all monotone loops, so the source code is not available now. it will be released as soon as this bugs is fixed. If you have any ideas or know an efficient way to find monotone loops, you are warmly welcome to drop email to me. Thanks for your contribution!



All times are GMT -4. The time now is 06:06.