Absorb ZRect
Closed this issue · 1 comments
lordmauve commented
The ZRect class in
https://github.com/lordmauve/pgzero/blob/master/pgzero/rect.py
is more featureful than the one in wasabigeom, and matches the API of pygame.Rect, except that it holds floating point values. The only drawback is that it is slower.
We should copy it into this library and Cythonise it for performance.