MIConvexHull 1.1.16.903
See the version list below for details.
dotnet add package MIConvexHull --version 1.1.16.903
NuGet\Install-Package MIConvexHull -Version 1.1.16.903
<PackageReference Include="MIConvexHull" Version="1.1.16.903" />
paket add MIConvexHull --version 1.1.16.903
#r "nuget: MIConvexHull, 1.1.16.903"
// Install MIConvexHull as a Cake Addin #addin nuget:?package=MIConvexHull&version=1.1.16.903 // Install MIConvexHull as a Cake Tool #tool nuget:?package=MIConvexHull&version=1.1.16.903
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.
NuGet packages (7)
Showing the top 5 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 |
|
devDept.Eyeshot.Trial
Provides a suite of classes for CAD data creation, editing and translation for cross-platform console applications. |
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.1.19.1019 | 357,382 | 10/19/2019 |
1.1.19.1018 | 1,510 | 10/18/2019 |
1.1.19.928 | 1,094 | 9/28/2019 |
1.1.19.927 | 628 | 9/27/2019 |
1.1.19.920 | 716 | 9/20/2019 |
1.1.19.919 | 639 | 9/20/2019 |
1.1.19.820 | 5,948 | 8/20/2019 |
1.1.19.803 | 13,873 | 8/3/2019 |
1.1.19.802 | 776 | 8/2/2019 |
1.1.19.730 | 855 | 7/30/2019 |
1.1.19.504 | 28,357 | 5/4/2019 |
1.1.18.1017 | 8,053 | 2/22/2019 |
1.1.18.1016 | 24,715 | 10/16/2018 |
1.1.17.1019 | 27,482 | 10/20/2017 |
1.1.17.1009 | 1,120 | 10/10/2017 |
1.1.17.911 | 1,319 | 9/11/2017 |
1.1.17.412 | 3,002 | 7/27/2017 |
1.1.17.411 | 145,937 | 4/12/2017 |
1.1.17.409 | 1,121 | 4/9/2017 |
1.1.17.214 | 1,422 | 2/14/2017 |
1.1.16.905 | 2,245 | 9/5/2016 |
1.1.16.903 | 1,213 | 9/4/2016 |
1.0.17 | 1,254 | 8/26/2016 |
1.0.16.600 | 1,370 | 6/28/2016 |
1.0.16 | 1,777 | 5/29/2016 |
1.0.10.1045 | 7,413 | 9/16/2015 |
1.0.10.1021 | 3,043 | 6/4/2014 |