Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
None
-
None
Description
Currently QPolygon has a function that calculates the intersection between another QPolygon and this internally uses the QPathClipper implementation. It would be useful if there was an overload that took a QRect and used the "Sutherland-Hodgman" algorithm that is used by the QPolygonClipper class.