Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Calculating area of polygon (Gps_traits_2::Polygon_with_holes_2)

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Calculating area of polygon (Gps_traits_2::Polygon_with_holes_2)


Chronological Thread 
  • From: nenol10 <>
  • To:
  • Subject: [cgal-discuss] Re: Calculating area of polygon (Gps_traits_2::Polygon_with_holes_2)
  • Date: Tue, 25 May 2010 09:10:23 -0700 (PDT)


Thank you for your suggestion,

i had something similar in mind, the problem was that there is no function
for polygons with arcs. If anybody wants to know, I managed to solve to
problem by constructing internal polygon from all the X_monotone_curve_2
source points. And than, after calculating that area (which is simple), i
calculated areas closed between arcs and internal polygon.

Cheers!
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Calculating-area-of-polygon-Gps-traits-2-Polygon-with-holes-2-tp2225954p2230269.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page