Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Calculating intersection/union of 'N' two-dimensional circles of different radii

Subject: CGAL users discussion list

List archive

[cgal-discuss] Calculating intersection/union of 'N' two-dimensional circles of different radii


Chronological Thread 
  • From: RGrey <>
  • To:
  • Subject: [cgal-discuss] Calculating intersection/union of 'N' two-dimensional circles of different radii
  • Date: Mon, 17 May 2010 21:52:30 -0700 (PDT)


I'm looking to use CGAL to specify coordinates and radii for 'N'
circles/discs, and then calculate the intersection/union (i.e. surface area)
of the discs.

Example 17.4.4 from -
<http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/Boolean_set_operations_2/Chapter_main.html>
on boolean set operations, provides an example of how to generate the union
of N = 8 identical discs. Can I extend this example to calculate an exact
surface area for discs of different radii?

Thanks for any help!
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Calculating-intersection-union-of-N-two-dimensional-circles-of-different-radii-tp2220733p2220733.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page