Data.KdTree.Static

Introduction

Usage

Variants

Dynamic k-d trees

k-d maps

Advanced

Custom distance functions

Axis value types

Reference

Types

type PointAsListFn a p

type SquaredDistanceFn a p

data KdTree a p

k-d tree construction

empty

emptyWithDist

singleton

singletonWithDist

build

buildWithDist

insertUnbalanced

batchInsertUnbalanced

Query

nearest

inRadius

kNearest

inRange

toList

null

size

Utilities

defaultSqrDist