PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ spheroid_parallel_arc_length()

static double spheroid_parallel_arc_length ( double  latitude,
double  deltaLongitude,
const SPHEROID spheroid 
)
inlinestatic

Definition at line 420 of file lwspheroid.c.

References deltaLongitude(), and spheroid_prime_vertical_radius_of_curvature().

Referenced by spheroid_striparea().

421 {
422  return spheroid_prime_vertical_radius_of_curvature(latitude, spheroid)
423  * cos(latitude)
424  * deltaLongitude;
425 }
double deltaLongitude(double azimuth, double sigma, double tsm, SPHEROID *sphere)
static double spheroid_prime_vertical_radius_of_curvature(double latitude, const SPHEROID *spheroid)
Definition: lwspheroid.c:415
Here is the call graph for this function:
Here is the caller graph for this function: