Rasagar/Library/PackageCache/com.unity.probuilder/External/KdTree/README.md

12 lines
291 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
KdTree
======
A fast, generic, multi-dimensional Binary Search Tree written in C#
Forked from [codeandcats KdTree](https://github.com/codeandcats/KdTree).
## Changes from KdTree
This branch is modified to compile for .NET Framework 3.5, and removes the non-MIT licensed GeoUtils class.