codeandcats / KdTree

A fast, generic, multi-dimensional Binary Search Tree written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Support for range queries.

KristofferStrube opened this issue · comments

KD-Trees supports many different kinds of queries. One such example is to search for all elements within a given range in multiple dimensions.

If you are interested in adding this kind of query to the library then I would be happy to work on an implementation.

One use-case for this is when making virtualization in 2D canvases which I'm working on here: KristofferStrube/Blazor.SVGEditor#15

Doesn't seem like there is interest so I'm closing this issue.