Open xarthurx opened 3 years ago
For a worked out example of the ccp interface, see
http://www.qhull.org/src/user_eg3/user_eg3.cpp
I'm sorry for the struggle with QhullUser. The cpp interface needs full C++ documentation with worked out examples. Hopefully, someone in the community will take this project.
--Brad
At 09:20 AM 06/15/2021, X.ZhaoMa wrote:
Hi, I'm struggling to use the cpp interface to generate voronoi 3D diagrams.
After spending some time reading the code, I'm still very confused about the Qhulluser class. The documentation of using this class is far from enough...
Would it be possible to add some examples, or at least comments in the header files about the usage of each function? The current state of the doc even prevents the community users to help and contribute...
You are receiving this because you are subscribed to this thread. Reply to this email directly, https://github.com/qhull/qhull/issues/88view it on GitHub, or https://github.com/notifications/unsubscribe-auth/ADDZ7R7RKTPRJAR3AWP6GQLTS5HR7ANCNFSM46XIJTGQunsubscribe.
Hi, I'm struggling to use the cpp interface to generate voronoi 3D diagrams.
After spending some time reading the code, I'm still very confused about the
Qhulluser
class. The documentation of using this class is far from enough...Would it be possible to add some examples, or at least comments in the header files about the usage of each function? The current state of the doc even prevents the community users to help and contribute...