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
[core] [types] breaking change update to quadtree & octree
- update tree impls to use points as unqiue keys w/ attached data values
- update PSpatialTree protocol, split out PTreeOps (in spatialtree ns) for non-public ops
- update tree selection fns to return stored values, not the points they're indexed at
- update org structure of spatialtree ns