I am quite stucked at this problem .
The problem is depicted in the figure.
There is a way to merge two curves or polygon and picks the envelope? In Qwt or Qt....?
Regards
I am quite stucked at this problem .
The problem is depicted in the figure.
There is a way to merge two curves or polygon and picks the envelope? In Qwt or Qt....?
Regards
You can try QPolygon::united() or QPainterPath::united().
Bookmarks