Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] least distance between two points on a sphere

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] least distance between two points on a sphere


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] least distance between two points on a sphere
  • Date: Wed, 25 Jul 2012 10:49:54 +0200

Le 25/07/12 10:34, cnng0315 a écrit :
I want to get the least distance between two points on a sphere_3. and if
the point's coordinates are given degree, how to do it ?
any one give me some info?

Hi,

see http://en.wikipedia.org/wiki/Great-circle_distance

or use the CGAL 3D Spherical Geometry Kernel
in particular SphericalKernel::ComputeApproximateSquaredLength_3

Best,
--
Monique Teillaud
INRIA Sophia Antipolis - Méditerranée
http://www.inria.fr/sophia/members/Monique.Teillaud/



Archive powered by MHonArc 2.6.18.

Top of Page