python-rectangles icon indicating copy to clipboard operation
python-rectangles copied to clipboard

Generic rectangles in screen coordinates. Functions to test relations between rectangles are supported like overlap, distance, etc.

Results 1 python-rectangles issues
Sort by recently updated
recently updated
newest added

I've made another implementation of distance_to_rect based on a few StackOverflow answers and our outcomes coincide sometimes, but not always. This image below is made from these two rectangles: ```...