Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)
  • Date: Thu, 8 Oct 2009 00:10:05 +0200
  • Organization: GeometryFactory

Le mercredi 07 octobre 2009 23:55:07,

a écrit :
> Hi,
>
> Is there a way I can figure which vertex a cell has in Delauney 3D
> tiangluation?

If cit is a cell handle or a cell iterator, the four vertex handles are:
cit->vertex(0)
cit->vertex(1)
cit->vertex(2)
cit->vertex(3)

What do you want more?

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page