Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to Iterate over each face in DT3 and the get the vertices?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to Iterate over each face in DT3 and the get the vertices?


Chronological Thread 
  • From: Senthil Caesar <>
  • To:
  • Subject: Re: [cgal-discuss] How to Iterate over each face in DT3 and the get the vertices?
  • Date: Fri, 17 Nov 2017 13:40:58 -0700 (MST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=Pass
  • Ironport-phdr: 9a23:IrEHfxJS/EUf7+rM09mcpTZWNBhigK39O0sv0rFitYgXLfzxwZ3uMQTl6Ol3ixeRBMOAtKIC1rKempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBWB6kG1uDUdExG6OQtuLfnuAabTid623qa84c79eQJN0QGwZ69yLRH+hgzcrcAMyd9ZJ6AtyhrN5ENBf+1QxH1lIQrLxj7h48328ZJ+pXcD88k9/tJNBP2pN58zSqZVWWwr

Thank you so much . This helped me . I was able to understand 3D better,
after looking at 2D edge Iteration

eit->first->vertex(Triangulation::ccw(eit->second))->point()
eit->first->vertex(Triangulation::cw(eit->second))->point()


Senthil Caesar



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page