4 lines
224 B
Go
4 lines
224 B
Go
// Package poindexter provides sorting utilities and a KDTree with simple
|
|
// nearest-neighbour queries. It also includes helper functions to build
|
|
// normalised, weighted KD points for 2D/3D/4D use-cases.
|
|
package poindexter
|