I am in need of something like this, but before I try to convert it I would like to know if anyone knows of a pascal convertion
http://code.google.com/p/poly2tri/
I am in need of something like this, but before I try to convert it I would like to know if anyone knows of a pascal convertion
http://code.google.com/p/poly2tri/
I have a polygon triangulation implementation.
But it seems much more simple than the one from link.
I would be interested in anything that works, I plan to try a convertion as it will help further my understanding of c++
or make a dll
My implementation can be found here:
https://github.com/casteng/base/blob/dev/Geometry.pas
Method T2DPointList.Triangulate()
Bookmarks