From: Pedro T. <pt...@te...> - 2003-11-24 10:02:08
|
> Thanks for this thorough example. Just copy and paste when I was trying to understand what was going on. Anyway... your're welcome ;) > > My understanding is that Paul Kienzle fixed this problem in his last commit > to convhulln.cc, namely by adding a Qt option to the qhull command call. It doesn't seem to work though. Please test it with my example and if it works I will have to look further on the qhull libraries (I think I have the latest). > More than one year ago I changed the delaunay3.m, delaunay.m, and > delaunayn.cc files such that the associated functions would accept an extra > (optional) argument containing additional options to the qhull command. > This extra argument is just a string that is concatenated to the qhull > command string. > I think that a similar change to convhulln.cc would fit your needs. Also, > similar changes could be done to the voronoy functions. Should I implement > them? This would be perfect. However I still don't understand how the non-simplex facets with non triangulated output will be imported to octave. We would need a matrix with as many columns as the largest number of vertices in this facet and define vertex 0 as non-existant, or something like... Waiting to test the new convhulln.... Regards, Pedro |