Search code examples
c#convex-hull

How to compute Convex Hull in C#


How to compute the convex hull starting from collection of points?

I am looking for an implementation of Convex hull algorithm in C#


Solution

  • MIConvexHull - https://designengrlab.github.io/MIConvexHull/ - is a high-performance convex hull implementation in C#, supporting higher-dimensional convex hulls too. MIT license.