Skip to Content.
Sympa Menu

cgal-discuss - How to generate voronoi diagram (medial axis) using CGAL?

Subject: CGAL users discussion list

List archive

How to generate voronoi diagram (medial axis) using CGAL?


Chronological Thread 
  • From:
  • To:
  • Subject: How to generate voronoi diagram (medial axis) using CGAL?
  • Date: Wed, 12 Mar 2008 17:10:51 +0100

Hi, I want to generate a skeleton or a voronoi diagram of a complex polygon,
and the demo below is perfect one!
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/packages.html#part_IX.

If I want to develop a program like that demo, but in other development
enviroment (e.g. C#, VB or JAVA), does CGAL provides any pre-complied DLL or
any alternative library that I can call it directly?

That is to say, I want to integerate the DLL or library with my program in
other development enviroment, so that I can use the function and interface of
the DLL to generate skeleton or a voronoi diagram of a complex polygon,
without coding too much. For example, if I want to develop a program in
VB.net (or other language), how can I integerate the CGAL DLL or library and
use it?

Thank you again!


  • How to generate voronoi diagram (medial axis) using CGAL?, xintaoliu, 03/12/2008

Archive powered by MHonArc 2.6.16.

Top of Page