PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ mu2()

double mu2 ( double  azimuth,
SPHEROID sphere 
)

Definition at line 168 of file lwgeom_spheroid.c.

169 {
170  double e2;
171 
172  e2 = sqrt(sphere->a*sphere->a-sphere->b*sphere->b)/sphere->b;
173  return cos(azimuth)*cos(azimuth) * e2*e2;
174 }
double a
Definition: liblwgeom.h:316
double b
Definition: liblwgeom.h:317

References SPHEROID::a, and SPHEROID::b.

Referenced by distance_ellipse_calculation().

Here is the caller graph for this function: