DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
338 stars 60 forks source link

Question: is there any built in function to determine if a point is inside a 3D convex polygon ? #46

Closed petersesztak closed 1 year ago

petersesztak commented 3 years ago

first of all : thanks for your lib.

Question: is there any built in function to determine if a point is inside a 3D convex polygon ?

Thanks for your kind reply in advance, Péter

massonib commented 1 year ago

No, there is not. This library is strictly for finding the convex hull. Please refer to TVGL's MiscFunctions.cs (https://github.com/DesignEngrLab/TVGL) for functions such as this.