MCPcopy Create free account
hub / github.com/OSGeo/PROJ / do_arc

Function do_arc

src/apps/geod.cpp:38–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37}
38static void do_arc(void) {
39 double az;
40
41 printLL(phi2, lam2);
42 putchar('\n');
43 for (az = al12; n_alpha--;) {
44 al12 = az = adjlon(az + del_alpha);
45 geod_pre();
46 geod_for();
47 printLL(phi2, lam2);
48 putchar('\n');
49 }
50}
51static void /* generate intermediate geodesic coordinates */
52do_geod(void) {
53 double phil, laml, del_S;

Callers 1

mainFunction · 0.85

Calls 4

printLLFunction · 0.85
adjlonFunction · 0.85
geod_preFunction · 0.85
geod_forFunction · 0.85

Tested by

no test coverage detected