Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Sequence of boolops on general polygons

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Sequence of boolops on general polygons


Chronological Thread 
  • From: Shriramana Sharma <>
  • To:
  • Subject: [cgal-discuss] Re: Sequence of boolops on general polygons
  • Date: Wed, 6 Feb 2013 00:36:47 +0530

On Tue, Feb 5, 2013 at 4:36 PM, Shriramana Sharma
<>
wrote:
> Should I simply use this line with the above Traits_2 and I will get a
> type I can use for multiple successive operations as described above?

I have since come across bezier_traits_adapter2.cpp within the
examples dir (but not mentioned in the documentation) which clearly
uses

typedef CGAL::Gps_traits_2<Traits_2> Bezier_traits;
...
typedef CGAL::General_polygon_set_2<Bezier_traits> Bezier_polygon_set;

so I guess that's what I'll use too. BTW I have a small patch for this
example which I attach. Would be nice if it could be incorporated for
a future release.

--
Shriramana Sharma

Attachment: bezier_traits_adapter2.patch
Description: Binary data




Archive powered by MHonArc 2.6.18.

Top of Page