Metadata-Version: 1.0
Name: Rect
Version: 5
Summary: A class for handling rectangle regions.
Home-page: http://code.google.com/p/corsair-redux/wiki/Rect
Author: Simon Wittber
Author-email: simonwittber@gmail.com
License: MIT
Description: The Rect class is similar to the pygame.Rect class, except it works with
        float precision in a left handed coordinate system.
        
        The rect package also provides a spatial index and a rect packing function.
        
        Changes:
        * 20070728: Bottomleft / Leftbottom bugfixes :-)
        * 20070728: Added HashMap spatial index. (rect.hashmap)
        * 20070723: Quadtree bug fixes
        * 20070718: Added rect packing algorithm. (rect.packer)
        * 20070717: Added QuadTree spatial index. (rect.quadtree)
        
        
        
Platform: Any
