Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL polygon intersection refernce

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL polygon intersection refernce


Chronological Thread 
  • From: ax487 <>
  • To:
  • Subject: [cgal-discuss] CGAL polygon intersection refernce
  • Date: Thu, 27 Jun 2013 15:26:06 +0200

Hello all,

I am using the intersection function (
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Boolean_set_operations_2_ref/Function_intersection.html)
to calculate the intersection of a number of polygons. The function
works fine for me, however I would like to know how the function is
implemented.
I noticed that the documentation for the optimal_convex_partition_2
function (
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Partition_2_ref/Function_optimal_convex_partition_2.html)
comes with a reference to a paper which contains a description of the
algorithm. Since polygon intersection appears to me to be a nontrivial
algorithm as well, I am sure that there is some paper that explains the
algorithm you are implementing. I would appreciate it if you could tell
me where to find it.

ax487


  • [cgal-discuss] CGAL polygon intersection refernce, ax487, 06/27/2013

Archive powered by MHonArc 2.6.18.

Top of Page