Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] delaunay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] delaunay


Chronological Thread 
  • From: anes ali <>
  • To:
  • Subject: Re: [cgal-discuss] delaunay
  • Date: Sun, 5 Nov 2017 13:22:12 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:qJpUMBO0maG2aM18ujkl6mtUPXoX/o7sNwtQ0KIMzox0KP36rarrMEGX3/hxlliBBdydsK0UzbeO+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6a8TWP6yUPEED/KRZtPbayXZXDity+keG04ZzaJQtSwyGsZKt7axSwowKWvcYfhc5uK7061wDS8UdPLu9ZzGctKVOIlAvn/e+x+oRi+mJeoaEP7clFBKz8cr9wRLhZRGAvNW0uosTvtEObFFOn6X4VU2FQmR1NVVuWpCrmV4v853Op/tF23zOXaJX7

bonjout,
merci bien pour votre réponse,
mais moi je travail sur des polygons 2D (intersection bewtween 2 Polygons 2D), c'est pas de la triangulation si je me trompe pas bien sur ;
et bonne journée . 


2017-11-05 12:38 GMT+01:00 MaelRL <>:
Hello,

You can find the documentation of the 3D triangulation classes  here
<https://doc.cgal.org/latest/Triangulation_3/index.html>  . Most iterators
and circulators are in the  Triangulation_3
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Triangulation__3.html>
class, which  Delaunay_triangulation_3
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Delaunay__triangulation__3.html>
inherits. For example, traversal of the finite incident cells can be done
using  finite_incident_cells
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Triangulation__3.html#a44ecc22cedfbaa0bdaad3be6a435fcce>
. Searching in the code of the CGAL library for calls to this function will
give you real use examples.

You can also find some useful examples of triangulations uses  there
<https://doc.cgal.org/latest/Triangulation_3/examples.html>  .



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page