bradb

Results 52 comments of bradb

Good suggestion. libqhull_r.h defines qh_True for users who want to avoid using 'True' in their code. Since a rename affects almost all files and would break existing code, this change...

The proposed change is at the core of Qhull, so it ought to be delayed until the next Qhull release. Please consider the following: 1) C4706 should not warn for...

On reviewing my July 26 comments, it does not appear that fixing these Microsoft warnings from qset.h to be worthwhile. It may have unanticipated problems with other compilers. If others...

Furkan, Can you duplicate the sample using qvoronoi or user_eg3_r.cpp? That may help identify the problem. It also helps to start with a small example where you can work out...

For an individual region, the Voronoi edges are the facets of the convex hull of the Voronoi vertices. http://www.qhull.org/html/qvoronoi.htm#graphics See option 'Fv' to retrieve the Voronoi vertices of each Voronoi...

A vertical plane is a degenerate input to Qhull. Qhull should report an error. The voronoi ridge information is not stored in Qhull. It is derived via qh_markvoronoi and qh_printvdiagram...

Can someone suggest how to deal with this RPATH problem? The description of '0001' says it is a minor issue, but leads to redundant search paths. kloczek asked to remove...

Hi Lena, Qhull ships with Visual Studio sln/vcxproj files configured for older versions of Visual Studio. You can upgrade these files to your version of Visual Studio. If Qhull shipped...

CMakeLists.txt includes CMAKE_INSTALL_PREFIX. Rewriting CMakeLists.txt for GNUInstallDirs may trip up existing users of Qhull. My preference is to minimize build changes. Will keep open for the next release.

Hi Sven, The download page is the official release of Qhull. The md5sum document refers to these downloads. Disk was filled up accidently last week which may explain your access...