21 lines
748 B
Markdown
21 lines
748 B
Markdown
# orx-kdtree
|
|
|
|
Fast search of points closest to the queried point in a data set. 2D, 3D and 4D.
|
|
|
|
<!-- __demos__ -->
|
|
## Demos
|
|
### DemoKNearestNeighbour01
|
|
[source code](src/demo/kotlin/DemoKNearestNeighbour01.kt)
|
|
|
|

|
|
|
|
### DemoNearestNeighbour01
|
|
[source code](src/demo/kotlin/DemoNearestNeighbour01.kt)
|
|
|
|

|
|
|
|
### DemoRangeQuery01
|
|
[source code](src/demo/kotlin/DemoRangeQuery01.kt)
|
|
|
|

|