AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.34k stars 248 forks source link

Is there a plan for the clipper to support circular arc structures #861

Closed pcbren1987 closed 3 weeks ago

pcbren1987 commented 3 weeks ago

Thank you for sharing the clipper tool, which is very good in practical applications. However, when applying polygons containing arcs, it was necessary to decompose the arcs into N multiple line segments and then use the clipper. Offset or Boolean operations are particularly slow. I searched other libraries on GitHub for similar solutions. Is there a plan for the clipper to support arc structures. See below

https://github.com/jbuckmccready/CavalierContours#cavaliercontours-arcs-included-vs-clipper image The difference in speed between the two image