Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Intersect points of a Complex Polygon and a Flat Mesh

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Intersect points of a Complex Polygon and a Flat Mesh


Chronological Thread 
  • From: Olumide <>
  • To:
  • Subject: Re: [cgal-discuss] Intersect points of a Complex Polygon and a Flat Mesh
  • Date: Sat, 17 Feb 2007 01:27:26 +0000

Mariette Yvinec wrote:
Once the first point has been located, the line_face_circulator of cgal is going to visit only faces traversed by the query
segment. Thus the complexity is equal to the number of intersection point found and not
to its worst case which is effectively p*m


Thank you very much for your patience.

Is the line_face_circulator in implementation of a published algorithm? If so, I'd like to read about it. As I said in a previous email, I need to write a bit about whichever method I decide upon.

Regards,

- Olumide



Archive powered by MHonArc 2.6.16.

Top of Page