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:19:06 +0200

Hi,

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

That's strange.

See:

http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Kernel_23_ref/Class_Segment_2.html

Creation

Segment_2<Kernel> s ( Point_2<Kernel> p, Point_2<Kernel> q);
introduces a segment s with source p and target q. The segment is
directed
from the source towards the target.

Best,

Daniel

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



Archive powered by MHonArc 2.6.16.

Top of Page