MIConvexHull 1.0.16.600

There is a newer version of this package available.
See the version list below for details.
dotnet add package MIConvexHull --version 1.0.16.600
NuGet\Install-Package MIConvexHull -Version 1.0.16.600
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.16.600" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MIConvexHull --version 1.0.16.600
#r "nuget: MIConvexHull, 1.0.16.600"
#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.16.600

// Install MIConvexHull as a Cake Tool
#tool nuget:?package=MIConvexHull&version=1.0.16.600

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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on MIConvexHull:

Package Downloads
TVGL

This dynamic library is focused on Computational Geometry functions likes the ones you would find in CGAL. As opposed to copying directly others work, we have sought to create functions from scratch that are optimized or straightforward as a C# implementation. As a .NET Standard library (and a legacy portable class library), the functions can be accessed from other managed code.

ParetoFrontLineApproximation

A .Net Framework 4.7.2 implementation of the proposed algorithm for 2D Pareto front line approximation from the scientific paper: Craft et al. 2006. https://doi.org/10.1118/1.2335486

Kemsekov.GraphSharp

Package Description

SkyBots.API

Package Description

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.1.19.1019 256,697 10/19/2019
1.1.19.1018 1,460 10/18/2019
1.1.19.928 1,018 9/28/2019
1.1.19.927 593 9/27/2019
1.1.19.920 678 9/20/2019
1.1.19.919 597 9/20/2019
1.1.19.820 5,825 8/20/2019
1.1.19.803 2,491 8/3/2019
1.1.19.802 734 8/2/2019
1.1.19.730 822 7/30/2019
1.1.19.504 28,265 5/4/2019
1.1.18.1017 7,914 2/22/2019
1.1.18.1016 24,108 10/16/2018
1.1.17.1019 24,770 10/20/2017
1.1.17.1009 1,079 10/10/2017
1.1.17.911 1,279 9/11/2017
1.1.17.412 2,957 7/27/2017
1.1.17.411 132,802 4/12/2017
1.1.17.409 1,083 4/9/2017
1.1.17.214 1,378 2/14/2017
1.1.16.905 2,143 9/5/2016
1.1.16.903 1,172 9/4/2016
1.0.17 1,204 8/26/2016
1.0.16.600 1,331 6/28/2016
1.0.16 1,737 5/29/2016
1.0.10.1045 6,752 9/16/2015
1.0.10.1021 2,956 6/4/2014