TurnBasedStrategyCourse/Library/PackageCache/com.unity.probuilder@5.1.0/External/KdTree
Sascha 3a12af7288 new git 2023-08-03 09:19:34 +07:00
..
KdTreeLib new git 2023-08-03 09:19:34 +07:00
KdTreeLib.meta new git 2023-08-03 09:19:34 +07:00
LICENSE.md new git 2023-08-03 09:19:34 +07:00
LICENSE.md.meta new git 2023-08-03 09:19:34 +07:00
README.md new git 2023-08-03 09:19:34 +07:00
README.md.meta new git 2023-08-03 09:19:34 +07:00
Unity.ProBuilder.KdTree.asmdef new git 2023-08-03 09:19:34 +07:00
Unity.ProBuilder.KdTree.asmdef.meta new git 2023-08-03 09:19:34 +07:00

README.md

KdTree

A fast, generic, multi-dimensional Binary Search Tree written in C#

Forked from codeandcats KdTree.

Changes from KdTree

This branch is modified to compile for .NET Framework 3.5, and removes the non-MIT licensed GeoUtils class.