Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Edge/Facet Iterator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Edge/Facet Iterator


Chronological Thread 
  • From: Daniel Duque Campayo <>
  • To:
  • Subject: Re: [cgal-discuss] Edge/Facet Iterator
  • Date: Wed, 15 Oct 2008 13:05:45 +0200

On Wednesday 15 October 2008 13:00:31 Dennis Endt wrote:
> So you say, an edge consists of two points. But when I call
> Edge(c->vertex(i)->point(),c->vertex(i+1)->point()), it doesn`t exist.

But you can make this:

Segment s(c->vertex(i)->point(), c->vertex(i+1)->point());

You wanted a Segment, right?

Best,

Daniel


--
Daniel Duque
http://rincon.uam.es/dir?cw=950067138671875



Archive powered by MHonArc 2.6.16.

Top of Page