i know basics of visual studio , c++, not advanced user or programmer. want perform delaunay triangulation , generate voronoi grids using qhull library (using visual studio c++ in windows). have no problem preparing necessary data calculation. questions are:
what minimum necessary files included qhull? (from publicly free, qhull powerful , contains huge amount of files)
how can perform delaunay triangulation , generate voronoi grids? (like in delaunayn.m file of matlab calls " t = qhullmx(x', 'd ', opt); " delaunay triangulation. )
thank sharing experience!
a starting point c++ example in qhull
's github repository: https://github.com/qhull/qhull/tree/master/src/user_eg3
Comments
Post a Comment