bradb
bradb
Thanks for your pull request. I've merged #115
Sorry for the delay. Thanks for the prompting. Feel free to post additional pull requests as needed.
Postponing this request to a reorg of Qhull for 64-bit code. A higher priority task is merge due to 'dupridge'.
thurstond - good argument. Can you create the corresponding patch? 1) Define ptr_uintT immediately after ptr_intT in user_r.h and user.h 2) Add ptr_uintT to qh-mem.htm immediately after ptr_intT 2) Change...
#//!\name is intentional. It serves as section headers for navigation panes and generated documentation. For example, the 'Outline' view of Visual Assist for Microsoft DevStudio. It should be ignored by...
Good suggestion. It will be fixed in the next release (2023.1)
Hi David, Something to watch for with qh_findbestfacet. It performs a directed search if the point is outside of the initial facet. Otherwise, it performs an exhaustive search. Jean-Pierre's points...
Hi David, For the facet closest to a point, you should call qh_findbestfacet with 'qh_ALL' instead of '!qh_ALL'. That explains your undesired result for 'the point (10, -1)'. Extract from...
There's a slight misunderstanding. For Qhull 'above' is relative to an interior point of the convex hull. Hyperplanes are oriented so that a point is above a facet if its...
Both datasets are degenerate when represented as double-precision floating point. This is best seen by exploring the data with qhull directly (dim numpoints coordinates ...). # Starting with Jean-Romain's point...