Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Area of convex polygons with non-constant density

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Area of convex polygons with non-constant density


Chronological Thread 
  • From: Haibo Chen <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Re: Area of convex polygons with non-constant density
  • Date: Mon, 27 May 2013 22:11:20 +0800

The idea behind this seems to be the same to what Hugo or Andreas proposed, but yours is definitely simpler in term of the computation cost. Would you give more details on how to decide a weight depending on the density ?


On Mon, May 27, 2013 at 10:06 PM, 杨成林 <> wrote:
Here is another way. Maybe it is not so good.
Use a uniform grid to cover the polygon. Every grid point has its weight depending on the density. Then sum the weights of the grid points in the polygon.


2013/5/27 liudaisuda <>
Can you point out to me the CGAL class by which I can specify the meshing
criteria? The two available ones I found are  Delaunay_mesh_criteria_2<CDT>.
Delaunay_mesh_size_criteria_2<CDT>. But I could find any way to impose the
custom criteria as you suggested.



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Area-of-convex-polygons-with-non-constant-density-tp4657579p4657594.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
杨成林
Yang Chenglin




Archive powered by MHonArc 2.6.18.

Top of Page