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
Currently, Quadtree.java is designed to only work with the AABB (Axis-Aligned Bounding Box) data type. Quadtree.java should be revamped so that it may be used with more geometry-based data types such as points and circles.