PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ spheroid_prime_vertical_radius_of_curvature()

static double spheroid_prime_vertical_radius_of_curvature ( double  latitude,
const SPHEROID spheroid 
)
inlinestatic

Definition at line 420 of file lwspheroid.c.

421 {
422  return spheroid->a / (sqrt(1.0 - spheroid->e_sq * POW2(sin(latitude))));
423 }
#define POW2(x)
Definition: lwgeodetic.h:47
double e_sq
Definition: liblwgeom.h:320
double a
Definition: liblwgeom.h:316

References SPHEROID::a, SPHEROID::e_sq, and POW2.

Referenced by spheroid_parallel_arc_length().

Here is the caller graph for this function: