Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polygon Offsetting - Arcs and Inner Offset

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polygon Offsetting - Arcs and Inner Offset


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Polygon Offsetting - Arcs and Inner Offset
  • Date: Thu, 28 Feb 2008 10:13:01 +0100


Hi Gaetan,

The package in CGAL operates on polygons with straight line edges,
but I think the algorithm is extensible to circular arcs. After all
the offset at a circlar arc will result in a circular arc with
the radius equal to the sum of the offset and the current radius.
Let me check internally, how big the effort would be to get there.

andreas



wrote:
Hello all,


I've been working on polygon offsetting and I have some questions for you.

Is it possible to compute the offset of a polygon containing arcs?
There is already a message about this
(https://lists-sop.inria.fr/wws/arc/cgal-discuss/2007-09/msg00043.html) but
no final answer…

Is it possible to compute the inner offset of a polygon (with Minkowski
method, not with a Straight Skeleton method) ?


Best regards,

Gaetan



Archive powered by MHonArc 2.6.16.

Top of Page