package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewKdNode creates a new node with a properly initialized bbox.
NewNearestNeighborIterator creates an iterator that returns the neighboring points in descending order.

# Variables

No description provided by the author

# Structs

KdNode structure contains the nodes within the tree.
KdTree is an index for 2 dimensional point data.
No description provided by the author

# Type aliases

DistanceFunc specifies how to calculate the distance from a point to the extent.