Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Triangulation on a sphere using CGAL.

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Triangulation on a sphere using CGAL.


Chronological Thread 
  • From: Michael Kalygin <>
  • To:
  • Subject: [cgal-discuss] Re: Triangulation on a sphere using CGAL.
  • Date: Tue, 25 Jun 2013 02:12:12 -0700 (PDT)

Great progress, Monique!
Eventually, my implementation doesn't use triangulation on a sphere. But this topic is still interesting for me.

Alessandro, the implementation of triangulation on a sphere using convex hull of polyhedron works quite fast, but you will probably lose your information in vertices of triangulation, if you store any such info, because when you get convex hull CGAL converts vertices in another structures. This is the problem I faced, but I have found a solution (with help of this forum). If you are interested in my approach, I can tell you it with more details.


On Tue, Jun 25, 2013 at 12:53 PM, teillaud [via cgal-discuss] <[hidden email]> wrote:
Hi,

unfortunately, not yet. The code is working, it is very fast, but there
are a few minor details to tune, and most of all it is not yet
documented...

Best,
--
Monique Teillaud
http://www.inria.fr/sophia/members/Monique.Teillaud/
INRIA Sophia Antipolis - Méditerranée
Institut National de Recherche en Informatique et Automatique

Le 20/06/13 21:33, isscandar a écrit :

> teillaud wrote
>> Hi,
>>
>> We are currently working on the implementation of [1] for CGAL.
>>
>> What you can do in the meanwhile is either use CGAL convex hulls or CGAL
>> 3D Delaunay triangulations (the result will be obtained by traversing
>> finite facets of cells that are incident to the infinite vertex).
>>
>> Best regards,
>> Monique Teillaud
>
> Hello,
> I am interested, as the OP, in the Delaunay triangulation of points lying on
> a sphere.
> Are the algorithms described in
> Caroli, M., De Castro, P. M., Loriot, S., Rouiller, O., Teillaud, M., &
> Wormser, C. (2009). Robust and Efficient Delaunay triangulations of points on
> or close to a sphere <http://hal.inria.fr/inria-00405478/>   now available
> in CGAL?
>
> Thank you.
> Best regards.
>
> Alessandro
>
>
>
>
> --
> View this message in context: http://cgal-discuss.949826.n4.nabble.com/Triangulation-on-a-sphere-using-CGAL-tp4656139p4657688.html

> Sent from the cgal-discuss mailing list archive at 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





If you reply to this email, your message will be added to the discussion below:
http://cgal-discuss.949826.n4.nabble.com/Triangulation-on-a-sphere-using-CGAL-tp4656139p4657706.html
To unsubscribe from Triangulation on a sphere using CGAL., click here.
NAML



--
Best regards,
Michael Kalygin.


View this message in context: Re: Triangulation on a sphere using CGAL.
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page