PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ sphere_distance_cartesian()

double sphere_distance_cartesian ( const POINT3D s,
const POINT3D e 
)

Given two unit vectors, calculate their distance apart in radians.

Definition at line 963 of file lwgeodetic.c.

References dot_product(), and FP_MIN.

Referenced by sphere_angle().

964 {
965  return acos(FP_MIN(1.0, dot_product(s, e)));
966 }
#define FP_MIN(A, B)
static double dot_product(const POINT3D *p1, const POINT3D *p2)
Convert cartesion coordinates on unit sphere to lon/lat coordinates static void cart2ll(const POINT3D...
Definition: lwgeodetic.c:442
Here is the call graph for this function:
Here is the caller graph for this function: