ricebag
10-21-2009, 09:48 AM
Hi guys:
I am not very experienced with C++ so I might sound a bit foolish.
I want to use delaunay.h to find the convex hull of a set of points (section 21.7.3). Do I define a "Convexhull" structure and call the Convexhull constructor function (giving the function a vector input)?
It would be great if someone can provide a simple implementation code that uses the Convex hull constructor.
Thanks!
I am not very experienced with C++ so I might sound a bit foolish.
I want to use delaunay.h to find the convex hull of a set of points (section 21.7.3). Do I define a "Convexhull" structure and call the Convexhull constructor function (giving the function a vector input)?
It would be great if someone can provide a simple implementation code that uses the Convex hull constructor.
Thanks!