how to zoom out polygon using CGAL #6699
Answered
by
lrineau
qiangsun89
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
lrineau
Jun 23, 2022
Replies: 1 comment
-
|
The operation you are looking for is an inward offset. Have a look at the chapter 2D Straight Skeleton and Polygon Offsetting of CGAL. It has examples about polygon offsetting. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qiangsun89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The operation you are looking for is an inward offset. Have a look at the chapter 2D Straight Skeleton and Polygon Offsetting of CGAL. It has examples about polygon offsetting.