I am trying to find a C# package that can get the convex hull of a list of 2D points .
I tried to get answer from chatgpt but it could only give me a cpp file: https://github.com/akuukka/quickhull
I appreciate it if anyone helping me slove this problem. Thank you so much.