Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi Have QPolygonF p QRectF smallF
the small rectangles smallF is partially inside the p
Can we get get coordinates of intersection area of rectangles intersecting with a polygon with QPolygonF::intersect
Any suggestions will help
QPolygonF intersectPSmallF = p.intersected(QPolygonF(smallF));
if the intersected area is rectangle then how to get that
http://doc.qt.io/qt-5/qpolygonf.html#boundingRect