Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Spherical Mesh Intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Spherical Mesh Intersection


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Spherical Mesh Intersection
  • Date: Sun, 3 Aug 2014 09:56:41 +0300

You are correct.
A geometric traits that handles general circular arcs on a sphere does not exist.
Naturally, a geometric traits that handles arbitrary curves on a sphere does not exist either.
The manual contains a specification of the traits concept.
The book "CGAL Arrangements and their Applications" contains more detailed explanations.

   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/




On Sun, Aug 3, 2014 at 8:54 AM, Paul Ullrich <> wrote:
That makes sense.  I noticed that spherical_insert.cpp makes use of
Arr_geodesic_arc_on_sphere_traits_2, but lines of constant latitude are not
geodesic arcs.  If I'm understanding the code correctly, I would need an
object which defined geometric traits for arbitrary curves on the sphere -
does this exist?



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Spherical-Mesh-Intersection-tp4659670p4659672.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






Archive powered by MHonArc 2.6.18.

Top of Page