Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How coule I represent a range like this

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How coule I represent a range like this


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How coule I represent a range like this
  • Date: Wed, 29 Aug 2012 08:21:19 +0200

The arrangement package is what you are looking for:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Arrangement_on_surface_2/Chapter_main.html

an example with a traits for circular arcs, circles:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Arrangement_on_surface_2/Chapter_main.html#Subsection_32.6.4


PS: In case you don't know, there exists CGAL plugins for Ipe, using the
Arrangement > Segmentation you could have made a nice drawing ;)

On 08/29/2012 04:14 AM, Wang Hetao wrote:
Hello.
http://cgal-discuss.949826.n4.nabble.com/file/n4655762/27%E7%9A%84%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png
Just as shown above. A circle is cut by several other circles, how coutld I
represent the range left inside the circle after cutting, i.e. the range
bounded by purple line. Use what algorithm and data structure can I make it?

Thanks for your reply



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-coule-I-represent-a-range-like-this-tp4655762.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page