Skip to Content.
Sympa Menu

cgal-discuss - A circulator question...

Subject: CGAL users discussion list

List archive

A circulator question...


Chronological Thread 
  • From: "Tyver Ray" <>
  • To:
  • Subject: A circulator question...
  • Date: Tue, 3 Jul 2007 18:01:32 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IRMNmM3lbfL6nw2KfqmNYgBBV7hACUFXd+TxZZAQIXcQplzIWFnfpx8/Wsk1KifRTWAbV2tXcb5hMciYzvvRNf+s9HnJT/xPggQ7eBTi2P4bvKbJKBLfaeHHiwxy4lJSn/8iXSFzEQF3AclQtBr1HdZi+iDdJ77NLqHQV77dRQs=

Hello!

I hope you're doing well ^^

How can I get the last element of a Line_face_circulator without scanning all the faces?
In fact, I don't understand the :  Line_face_circulator lfc = dt.line_walk(start, end), done(lfc)
done isn't the last face neither a function, so what it is?
Thank you so much helping a newbie :)

Tyv


Archive powered by MHonArc 2.6.16.

Top of Page