Orientation of ClipperOffset for open paths #684
-
Is there a guaranteed orientation (clockwise, counterclockwise) of the polygons resulting from ClipperOffset operations on open paths? I don't see much discussion about polygon orientation in the code or documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
AngusJohnson
Oct 14, 2023
Replies: 2 comments 1 reply
-
Given that open paths can only have positive offsets, offsetting will on the left both heading away and on return. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MattOslin
-
Yes 😁. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given that open paths can only have positive offsets, offsetting will on the left both heading away and on return.