You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! This crate is what I was looking for!
Although, I'm missing one feature: I need be able to pick all entities in rectangular region. Could you please help me with that?
The text was updated successfully, but these errors were encountered:
Hello! I am also interested in a rectangular region feature. I looked into kd-tree code and found that it supports lookups in an axis-aligned rectangular box via "within" function. I was able to get it working with your kdtree_impl, but I encountered panics in certain conditions.
It seems that kd-tree expects points to be sorted along [1,1] axis, however, as I am not proficient with macros, I could not get the points sorted inside your kdtree_impl.
Otherwise works fine. Should I make a pull request? I am open to feedback.
Hello! This crate is what I was looking for!
Although, I'm missing one feature: I need be able to pick all entities in rectangular region. Could you please help me with that?
The text was updated successfully, but these errors were encountered: