
Perform triangulation on a set of 'N' points. I couldn't find any VB Code to do this, so I converted a Fortran 77 program written by Paul Bourke. This is my first ever submission to VBC, please be nice. :)
Inputs
Click the Picture Box to add points.
Returns
Returns the number of triangles created as well as the vertex points.
Side Effects
None known