Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to convert a ray in Voronoi Diagram into a ray object

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to convert a ray in Voronoi Diagram into a ray object


Chronological Thread 
  • From: Flaminigo <>
  • To:
  • Subject: [cgal-discuss] How to convert a ray in Voronoi Diagram into a ray object
  • Date: Mon, 26 Oct 2009 17:51:48 -0700 (PDT)


I use
Voronoi_diagram_2<DG,AT,AP>::Face::Halfedge to traverse the edges on a face
of VD.

However, I can only know whether this edge is a segment or a ray or a line
by testing has_source() or has_target(). If it is a ray, I cannot get its
direction. Meanwhile, I cannot convert it to be a ray object. Is there any
straight or simple method to convert the ray in VD to be a ray object?

Thanks very much
--
View this message in context:
http://www.nabble.com/How-to-convert-a-ray-in-Voronoi-Diagram-into-a-ray-object-tp26070426p26070426.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



  • [cgal-discuss] How to convert a ray in Voronoi Diagram into a ray object, Flaminigo, 10/27/2009

Archive powered by MHonArc 2.6.16.

Top of Page