visual studio 2012 - Integrating qdelaunay and qvoronoi function of qhull in c++ -


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:

  1. what minimum necessary files included qhull? (from publicly free, qhull powerful , contains huge amount of files)

  2. 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