How to compute the convex hull starting from collection of points?
I am looking for an implementation of Convex hull algorithm in C#
MIConvexHull - https://designengrlab.github.io/MIConvexHull/ - is a high-performance convex hull implementation in C#, supporting higher-dimensional convex hulls too. MIT license.