Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Delaunay Triangulation - number of edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Delaunay Triangulation - number of edges


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Delaunay Triangulation - number of edges
  • Date: Mon, 03 Nov 2008 09:29:04 +0100


I thought about:
(*it).vertex(1)->point()
(*it).vertex(2)->point()
(*it).vertex(3)->point()

Is that right?

no.


(*it).vertex(0)->point()
(*it).vertex(1)->point()
(*it).vertex(2)->point()

(assuming that you are in 2D now)



Archive powered by MHonArc 2.6.16.

Top of Page