Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL::compute_intersection_points

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL::compute_intersection_points


Chronological Thread 
  • From: Jerome BENOIT <>
  • To:
  • Subject: [cgal-discuss] CGAL::compute_intersection_points
  • Date: Thu, 04 Feb 2010 16:12:39 +0800

Hello List,

As newbie in C++ and in CGAL, note that I am familiar with C, I have a naive
question concerning
the function CGAL::compute_intersection_points (2D Intersection of Curves).

In fact, I would like to get not only the list of intersection points, but
also the pairs of the involved segments.

Is it possible to implement, using the current CGAL library, the same
function but
that return the list of the pairs of segments that intersect (with the
intersection point) ?

Thanks in advance,
Jerome


Archive powered by MHonArc 2.6.16.

Top of Page