Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] strange problem with Line Face Circulator

Subject: CGAL users discussion list

List archive

[cgal-discuss] strange problem with Line Face Circulator


Chronological Thread 
  • From: 顺子 <>
  • To:
  • Subject: [cgal-discuss] strange problem with Line Face Circulator
  • Date: Thu, 4 Mar 2010 14:41:52 +0800 (CST)

hello everyone:
i came accross a strange problem with line face circulator.
here i constructed a 50*50 grid (both x coordinate and y coordinate is from 0 to 49 ),use its grid points as input points  to make a triangulation, but when i query like this :
Line_face_circulator lfc = tri.line_walk(linestart,linedest,fh);
with linestart as  (2.01,10)
linedest as (2.01,50)
it seems that the faces intersect with the line defined by linestart and linedest before the point linestart cannt be got through the Line_face_circulator
but
with linestart as  (2,10)
linedest as (2,50)
(both are grid points)
it works very well
 
thanks very much.





Archive powered by MHonArc 2.6.16.

Top of Page