Skip to Content.
Sympa Menu

cgal-discuss - question about minkowski sum

Subject: CGAL users discussion list

List archive

question about minkowski sum


Chronological Thread 
  • From:
  • To:
  • Subject: question about minkowski sum
  • Date: Thu, 25 Oct 2007 12:52:46 +0200

Hello,
I have a question about minkowski sum.
in the example "examples/Minkowski_sum_2/approx_offset.cpp", there is a line
that computes the sum:

Offset_polygon_with_holes_2 offset;
offset = approximated_offset_2 (P, radius, err_bound);

I want to know what is "offset" exactly? I mean is it still polygon? what is
the data structure?

what are the functions available for it?

Thanks,



Archive powered by MHonArc 2.6.16.

Top of Page