You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to implement polygon offseting using this library ? Would it work to offset the polygons the naive way, and then union them with an empty polygon to resolve self-intersections ?
This library looks promising and if it had offseting capabilities I would definitely use it for my projects !!
The text was updated successfully, but these errors were encountered:
Yes, it will work. It can be done simpler, no need to union and second polygon.
Just look at how simlify works.
You only need to think which FillRule to apply - positive or negative - depending on the order of your polygon points.
I am planning to add this feature. I am very busy right now. I will be able to do it in 2-3 months
Hello!
I was wondering if it would be possible to implement polygon offseting using this library ? Would it work to offset the polygons the naive way, and then union them with an empty polygon to resolve self-intersections ?
This library looks promising and if it had offseting capabilities I would definitely use it for my projects !!
The text was updated successfully, but these errors were encountered: