Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss]
  • Date: Sat, 18 Oct 2008 08:30:27 +0200



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.

from the manual, it seems that cit->target()->point() and cit->source()->point()
return the end points of your segment.



Archive powered by MHonArc 2.6.16.

Top of Page