Skip to Content.
Sympa Menu

cgal-discuss - Re:[cgal-discuss] Intersection of circles?

Subject: CGAL users discussion list

List archive

Re:[cgal-discuss] Intersection of circles?


Chronological Thread 
  • From: "Thomas Zangl - Home" <>
  • To: "cgal-discuss" <>, <>
  • Subject: Re:[cgal-discuss] Intersection of circles?
  • Date: Fri, 25 May 2007 21:25:45 +0200


Am Fri, 25 May 2007 18:37:47 +0200, schrieb
<>:

Hi!

>So you need to give it an *output iterator* as third argument.
>It can be something like
>
>std::list<CGAL::Object> intersections_objects;
>intersection(..., std::back_inserter(intersections_objects));
>
>Then you can traverse the (possibly empty) list named
>intersections_objects and get the CGAL::Object, that you can try to
>assign to points or arcs.

Thank you for the tipp, it works!

Best regards,
--
----------------------------------------------------------------
,yours Thomas Zangl, Bakk.rer.soc.oec. -

-
- Freelancer - IT Consulting & Software Development -
- Student of Software Development-Economy (Master) -



Archive powered by MHonArc 2.6.16.

Top of Page