Triangulate poly with holes + linewidth lines v0.9

Monkey Forums/Monkey Code/Triangulate poly with holes + linewidth lines v0.9

Difference(Posted 2014) [#1]
The IndexedTriangles needs the DrawTriangles Function from here:
http://www.monkey-x.com/Community/posts.php?topic=8246

Spawned by the SVG parser project here:

http://www.monkey-x.com/Community/posts.php?topic=7898
https://github.com/CopperCircle/Monkey-SVG

Call like so:
Local triangles:= MakeTriangles(polygons)		 

Local triangles:= MakeLineTriangles(points,strokewidth,closed,jointype,captype,miterlimit)






Difference(Posted 2014) [#2]
New version up, this one handles the tiger.svg, monekey.svg and text.svg and many others
[EDIT 2014.02.27] Small fix added to ClipEar()


Difference(Posted 2014) [#3]
New version up, better holemerge and function for drawing thick lines.


Difference(Posted 2014) [#4]
New version up v 0.7 , see source code code for details


Sammy(Posted 2014) [#5]
I've said it before and I'll say it again, handy stuff! Thank you! :)


Difference(Posted 2014) [#6]
Thanks Sammy, + another update to v0.8


Difference(Posted 2014) [#7]
Another update ( v0.9) , also see the DrawTriangles function here: http://www.monkey-x.com/Community/posts.php?topic=8246