Info
| Version: | 1.0.5 |
| Author(s): | Supercluster.KDTree.Standard |
| Last Update: | Thursday, December 24, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/DurtyFree/Supercluster.KDTree |
| NuGet Url: | https://www.nuget.org/packages/Supercluster.KDTree.Standard |
Install
Install-Package Supercluster.KDTree.Standard
dotnet add package Supercluster.KDTree.Standard
paket add Supercluster.KDTree.Standard
Supercluster.KDTree.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
- System.Reflection.TypeExtensions(>= 4.7.0)
- System.Reflection.TypeExtensions(>= 4.7.0)
- System.Reflection.TypeExtensions(>= 4.7.0)
This is the fastest and simplest to use KDTree that I have been able to find for .NET. The project has thorough documentation and is open-source.
This module is a part of the larger Supercluster project.
Tutorials and Wiki: https://github.com/pollyface/Supercluster.KDTree/wiki
GitHub: https://github.com/DurtyFree/Supercluster.KDTree.