Hello,
I am wondering if there is any example on how to perform polygon offsetting.
I have a double[][] array with the polygon vertices points in clockwise order and I want to inflate it by 2mm.
Is there any example code on how to perform the offseting ?
Thank you in advance