QuadtreeQuery

data class QuadtreeQuery<T>(val nearest: T, val neighbours: List<T>, val quads: List<Quadtree<T>>)(source)

Constructors

Link copied to clipboard
constructor(nearest: T, neighbours: List<T>, quads: List<Quadtree<T>>)

Properties

Link copied to clipboard
val nearest: T
Link copied to clipboard
Link copied to clipboard