MIConvexHull 1.1.17.409

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

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

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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 262,152 10/19/2019
1.1.19.1018 1,460 10/18/2019
1.1.19.928 1,029 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,829 8/20/2019
1.1.19.803 2,748 8/3/2019
1.1.19.802 734 8/2/2019
1.1.19.730 822 7/30/2019
1.1.19.504 28,272 5/4/2019
1.1.18.1017 7,920 2/22/2019
1.1.18.1016 24,143 10/16/2018
1.1.17.1019 24,834 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 133,968 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,144 9/5/2016
1.1.16.903 1,172 9/4/2016
1.0.17 1,207 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,754 9/16/2015
1.0.10.1021 2,958 6/4/2014