QuadTree
As of 2012-08-30, this project may now be found at https://bitbucket.org/C3/quadtree/.
Screenshots
Description
A generic type QuadTree implementation in C# for use with XNA. This QuadTree can store any object that implements the interface IHasRectangle. This provides a means of accessing objects in a virtual space very quickly.
Development moved to: https://bitbucket.org/C3/quadtree/
Categories
License
Features
- Easy to implement interface that can be plugged in to almost any project
- Rapid area-based lookups, useful for both screen culling and collision detection
- Supports moving objects
Update Notifications
User Ratings
User Reviews
Be the first to post a review of QuadTree!