9 months agograph theory library update:
I refactored the triangulate library to work with my Vertex and Edge classes.
http://wiki.processing.org/w/Triangulation
So far I’ve got a method that will give you a Graph of the triangulation
and one that will give you a list of Triangles like the original
triangulate method from the library above.
Expect a release of this library sometime in the next couple weeks. I just need to comment the code, generate Javadocs, and make some nice examples.