32 while ((*east1 - *east2) > 180)
34 else if (*east2 > *east1)
35 while ((*east2 - *east1) > 180)
int G_projection(void)
Query cartographic projection.
#define PROJECTION_LL
Projection code - Latitude-Longitude.
void G_shortest_way(double *east1, double *east2)
Shortest way between two eastings.