swapnil96 / Convex-hull

Convex hull of given 3D points
MIT License
91 stars 20 forks source link

how to judge whether the point is in the convex hull #3

Open zjutcaicai opened 2 years ago

ZelasYou commented 3 months ago

i want ask too

luciferamin commented 1 week ago

you can use matlab functionconvhull ; or python function scipy.spatial.ConvexHull

Although this code is with python n2 and I spent days to make it work and it does not. even if you want to use the existing points the points have problem are are not the convex hull

i want ask too

luciferamin commented 1 week ago

No description provided.

you can use matlab functionconvhull ; or python function scipy.spatial.ConvexHull

Although this code is with python n2 and I spent days to make it work and it does not. even if you want to use the existing points the points have problem are are not the convex hull