MIConvexHull 1.0.10.1021

dotnet add package MIConvexHull --version 1.0.10.1021
NuGet\Install-Package MIConvexHull -Version 1.0.10.1021
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MIConvexHull" Version="1.0.10.1021" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MIConvexHull --version 1.0.10.1021
#r "nuget: MIConvexHull, 1.0.10.1021"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (6)

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 540 6/4/2014