MIConvexHull 1.0.10.1021
dotnet add package MIConvexHull --version 1.0.10.1021
NuGet\Install-Package MIConvexHull -Version 1.0.10.1021
<PackageReference Include="MIConvexHull" Version="1.0.10.1021" />
paket add MIConvexHull --version 1.0.10.1021
#r "nuget: MIConvexHull, 1.0.10.1021"
// Install MIConvexHull as a Cake Addin #addin nuget:?package=MIConvexHull&version=1.0.10.1021 // Install MIConvexHull as a Cake Tool #tool nuget:?package=MIConvexHull&version=1.0.10.1021
This project is a convex hull algorithm and library for 2D, 3D, and higher dimensions. The code can also be used to compute Delaunay triangulations and Voronoi meshes of the input data. The benchmarks indicate that the convex hull code and 4 and higher dimensional triangulation code is on par or better than the solution provided by the C++ library CGAL.
The code is written in C# 4.0 and provides a template based API that allows extensive customization of the underlying types that represents vertices and faces of the convex hull. The algorithm itself is technically an implementation of the QuickHull algorithm. Nevertheless, it's not just a simple port of QHull as a different approach and data structures are used in the MIConvexHull algorithm.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on MIConvexHull:
Repository | Stars |
---|---|
DynamoDS/Dynamo
Open Source Graphical Programming for Design
|
|
riperiperi/FreeSO
Re-implementation of The Sims Online.
|
|
MatterHackers/MatterControl
3D printing software for Windows, Mac and Linux
|
|
openai/orrb
Code for the paper "OpenAI Remote Rendering Backend"
|
|
MatterHackers/agg-sharp
A C# port of Anti-Grain Geometry (AGG) with extensions for common scenarios
|
Version | Downloads | Last updated |
---|---|---|
1.0.10.1021 | 542 | 6/4/2014 |