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: Dennis Endt <>
  • To:
  • Subject: Re: [cgal-discuss] Edge/Facet Iterator
  • Date: Wed, 15 Oct 2008 13:13:59 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bVXGwd5h0JiSueKD6hmJiTgsw1Ez5w8VkeaEUit90kwg0YlkvKThYs1IoQnun9rtgI SZmezJsnRZkACMBrWfWlLaTwDIoZi07bgMo5sglfZ+ZwbWKrGkMZ1fOBcIvvs6DsbcEr XQGjdj7Ulfy21FScOIKnaJhQ4KHMT8GpI4pB0=

Daniel Duque Campayo schrieb:
> 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
>
>
>
Hi Daniel,

thanks for your reply.

That`s what I want, but this doesn`t work too.

The compiler says,that he cannot work with two arguments :'(

Best
Dennis



Archive powered by MHonArc 2.6.16.

Top of Page