Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Minowski sum for non-polygons?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Minowski sum for non-polygons?


Chronological Thread 
  • From: KHartmann <>
  • To:
  • Subject: Re: [cgal-discuss] Minowski sum for non-polygons?
  • Date: Wed, 21 Dec 2016 11:59:50 -0800 (PST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:4A8xmxdvwOXlI7FQ64XAOnUllGMj4u6mDksu8pMizoh2WeGdxc29ZB7h7PlgxGXEQZ/co6odzbGH6OawAydZu8zJ8ChbNscTB1ld0YRetjdjKfDGIHWzFOTtYS0+EZYKf35e1Fb/D3JoHt3jbUbZuHy44G1aMBz+MQ1oOra9QdaK3Izkn9y1rpbcagENiDumaq5pNz23qx/Qv48Ym9hMMKE0nzjpq2FUfu1Qwys8JlKahQr578G21Jdo9mJXof13pJ0IarnzY6ltFe8QNz8hKW1gvMA=

Thanks Efi.

I tried using CGAL::approximated_offset_2().

But I can't figure out how to pass it a polyline instead of a polygon.

I create my polygon_2 by push_back()ing vertices. But cgal always assumes
that
the polygon boundary is closed. I don't know how to tell cgal that the
polygon_2 boundary isn't closed.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Minowski-sum-for-non-polygons-tp4662427p4662429.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page