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
A simple quadtree implementation in kotlin.
It can contain volumetric shapes (i.e. rectangles) and find the elements associated with that shape either by
intersection with another rectangle or by a point contained within the rectangle.