sdd / kiddo_v1

K-dimensional tree in Rust for fast geospatial indexing and lookup
Apache License 2.0
29 stars 11 forks source link

[Question] Removing points within radius of another point #27

Open netthier opened 2 years ago

netthier commented 2 years ago

I'd like to be able to do whats stated in the title. It seems like .within() only returns the values of points, but not the actual coordinates. Is it possible to do this without duplicating the position in the value type?

sdd commented 2 years ago

Hi - I'll have a think about this and get back to you 👍🏼