Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss]

Subject: CGAL users discussion list

List archive

[cgal-discuss]


Chronological Thread 
  • From: Hanjoerg Seybold <>
  • To:
  • Subject: [cgal-discuss]
  • Date: Fri, 17 Oct 2008 19:29:55 -0300

Hello!
I am new on the mailing list and i just started to use cgal.
I have some simple questions about converting iterators to geometric objects.
I am using the voronoi 2D adapors.
I iterate through the vertices and then through the halfedges using the
Halfedge_around_vertex_circulator cit,
i can check with cit->is_ray() and cit->is_segment() if the halfedge si finite or infinite, but how can i make a ray out of a infinite halfedge in the sense that i can intersect it with another ray or segment. I tried to find answers in the manual, but I got stuck.
Thank you very much
hansjoerg



Archive powered by MHonArc 2.6.16.

Top of Page