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: Fri, 28 Jun 2013 11:11:03 -0700 (PDT)

Alessandro, ah, I see.
To get a spherical triangle using triangulation's triangle you can build geodesic lines:
http://en.wikipedia.org/wiki/Geodesic

You can put one dummy point in the center of the sphere and then build 3D triangulation of your set of points (with this dummy point). I'm assuming that all your points belong to the sphere except the dummy point. This will give you a polyhedron. And then for each edge of the polyhedron you can build a geodesic line. Hope this will help you.

Thanks.
Michael.


On Fri, Jun 28, 2013 at 8:33 PM, isscandar [via cgal-discuss] <[hidden email]> wrote:
Michael Kalygin wrote
Hello Michael,
thank you very much for your help!
I have read some of the manual but I am still confused: quoting from the manual The class Triangulation_3 represents a 3-dimensional tetrahedralization of points. but I think I do not need tetrahedrons in the space because I think I need spherical triangle (http://mathworld.wolfram.com/SphericalTriangle.html), it is not clear to me whether I can get the spherical triangle from the tetrahedrons. What am I missing?

Alessandro


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-tp4656139p4657730.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