polyhedra-unfolder
0.1.0
dotnet add package polyhedra-unfolder --version 0.1.0
NuGet\Install-Package polyhedra-unfolder -Version 0.1.0
<PackageReference Include="polyhedra-unfolder" Version="0.1.0" />
<PackageVersion Include="polyhedra-unfolder" Version="0.1.0" />
<PackageReference Include="polyhedra-unfolder" />
paket add polyhedra-unfolder --version 0.1.0
#r "nuget: polyhedra-unfolder, 0.1.0"
#addin nuget:?package=polyhedra-unfolder&version=0.1.0
#tool nuget:?package=polyhedra-unfolder&version=0.1.0
Efficient Polyhedra Unfolder / Net Generator
This library is intended as a personal tool for generating the nets of large polyhedra (100,000+) faces in efficient times.
It uses an algorithm with a best case of O(n log n) to incrementally construct nets using relatively quick geometric operations, backtracking when necessary. A demo of the library in use can be found on the linked github page.
Note: It is currently unknown whether every convex polyhedra can be unfolded (see the open computational geometry problem). Most
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- MIConvexHull (>= 1.1.19.1019)
- RBush (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 114 | 2 months ago |
Code for efficiently generating polyhedra nets. Testing version, some bugs may remain.