Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] area arrangement face

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] area arrangement face


Chronological Thread 
  • From: Ophir Setter <>
  • To:
  • Subject: Re: [cgal-discuss] area arrangement face
  • Date: Thu, 7 May 2009 00:59:42 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=s3mndgXCaZlXqXHie5Qg/D/oHpScowjp3WVUB2VudgfxlRllQhb1LBeaR+4Fhw7/ye 71IquKDdCN0RGIGLkS68UUBqXOXseF0C4rfT53QhoPJSYQjnJcEr9xpdCXOLNEXIOhU7 oIZC2v3EX5lAfGPWBEnbMXhT1lLQozN23O4G0=

Hi,

There is no immediate way to get the area of an arrangement face as the arrangement package is general and can support different types of curves.

If you are referring to an arrangement of linear (bounded) curves then I suggest to construct a Polygon_2 from the points of the vertices of the face and get the area of the polygon.

Ophir


On Wed, May 6, 2009 at 9:07 PM, <> wrote:
Anyone know how can I  calculate the area of an arrangement face?
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page