eloraiby / delaunay

Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
GNU Affero General Public License v3.0
126 stars 34 forks source link

Delanunay Triangulation #4

Closed san4esv1995 closed 9 years ago

san4esv1995 commented 9 years ago

Hellow, I need a help to solve a problem using Del.Triang. Can you help me to write a small programm on C++ (QtCreator). At the entrance I have massive an array of points (2D coordinates), that must be triangulated. And output array of elemets. (Student of second grade of Saint-Petersburg Polytechnic University) In advance thank you.

eloraiby commented 9 years ago

I cannot do your homework for you. read the code example as it cannot be simpler than that.