-
This was a known issue since inception of the feature and is documented. Adding it here too so people see it.
The second pass removes the clip surface data which is causing the overlap issue. T…
-
Need to add support for convex hulls in the pipeline for this year's game. This should be calculated in Contour and ContourGroup, the question is whether it's better to do this with the contour points…
-
-
It looks in function **_incremental** of file [https://github.com/yuehaowang/convex_hull_3d/blob/master/convex_hull.py](https://github.com/yuehaowang/convex_hull_3d/blob/master/convex_hull.py), ther…
-
I guess there is a bug in the implementation of Graham's Scan algorithm.
Try the following testcase:
Input: { 0, 0 }, { 1, 1 }, { 2, 2 }, { 1, 4 }
output: { 1, 4 }, { 2, 2 }, { 1, 1 }, { 0, 0 }…
-
This seems to only be an issue when using FCL to collision check Mesh to Mesh using compute distance request when the two objects are in collision. When using primitive shapes and convex hulls this do…
-
The following happens because of the `-0.0`. Nevertheless, the result is unexpected.
```julia
julia> v = [[-0.0, 2], [2.0, 0], [1.0, 0], [0.0, 1], [0.0, 1.5]]
5-element Vector{Vector{Float64}}:
…
-
Dear Ali, first thank you for this simple and powerful library you have developed.
I am using it in my research. And I met a problem.
when I try to make packed convex hulls. These hulls I used con…
-
Hi,
I'm getting wrong results from qh_findbestfacet and I have no idea why.
QHull version v8.1-alpha1
Params: d Qt (I also tried QJ, Qbb Qc Qz Q12)
I'm trying to write a high-performance ver…
-
By default, IDMapper maps peptide ids to the convex hulls of `featureXML` data. For `consensusXML`, it uses the consensus centroids instead. This makes sense for unlabelled data, where the convex hull…