geo
geo copied to clipboard
Union/Intersection for Rect
Currently, Rect has no union or intersection implementation.
For now, you can access these methods by converting to a Polygon first using your_rect.to_polygon()
Thanks for the interest. These implementations should probably be based on a trait definition and live in geo.
I will have a look into it, maybe this evening. I will ask on DC if I have any questions.