Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Sequence of boolops on general polygons
  • Date: Mon, 11 Feb 2013 16:58:08 +0200

Thank you for the patch. I have applied it.
The changes will be included in the next release.


On Tue, Feb 5, 2013 at 9:06 PM, Shriramana Sharma <> wrote:
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

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/





Archive powered by MHonArc 2.6.18.

Top of Page