Closed debashis66 closed 1 year ago
Without digging into too deep, I believe that the algorithm will return the points on the convex hull. It does not look for duplicates internally, so if you put more points on the convex hull, it will return more points.
Hello I was comparing the output from two cases
I see that the hull created in cases I and II are different with slightly different number of points. Is this expected from the quickHull algortihm ?