You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this. Indeed, after taking a look at the code, this is a limitation of the algorithm. If you modify positions in this way (as an example):
the code will work correctly. With your original example, all points are at the same "distance" (in degrees) from the pole and this is where the algorithm fails. You could try applying a rotation to the x, y, z coordinates of your points so that the North pole ((0, 0, 1)) is not inside the convex hull.
I am seeing strange behavior with polygon point containment near the poles.
Here's an example. Build a convex hull from points which swing around the north pole at latitude 80:
Does the hull contain the north pole? It should...
This looks incorrect to me. Minor perturbations of the north pole sometimes work, and sometimes don't. It seems very inconsistent.
The text was updated successfully, but these errors were encountered: