Closed dharmendra08 closed 9 years ago
You can have a delaunay "face" that is a polygon as long as all the points are on circle. Do you want to constrain the output to triangles only ?
Yeah, right.. I want to constrain output to triangles. I think for that I have to consider circle case. I have edited the code and now its pretty much working for grid. Following figure shows expected output:
Image Source: http://www.cs.unc.edu/~snoeyink/demos/crust/home.html EDIT: Subject changed to : "Constraining output to triangles only".
implemented!
Hi, Delaunay technique is for making triangles from given points. Example Image posted by you in Readme.md shows squares instead of triangles, which clearly hints OnCircle point case is not taken.