[orx-kdtree] Make orx-kdtree a multiplatform module
This commit is contained in:
@@ -5,16 +5,16 @@ 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)
|
||||
[source code](src/jvmDemo/kotlin/DemoKNearestNeighbour01.kt)
|
||||
|
||||

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

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

|
||||
|
||||
Reference in New Issue
Block a user