Menu

[r1200]: / trunk / toolkits / basemap / src / PJ_gins8.c  Maximize  Restore  History

Download this file

21 lines (19 with data), 573 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#ifndef lint
static const char SCCSID[]="@(#)PJ_gins8.c 4.1 94/02/15 GIE REL";
#endif
#define PJ_LIB__
# include <projects.h>
PROJ_HEAD(gins8, "Ginsburg VIII (TsNIIGAiK)") "\n\tPCyl, Sph., no inv.";
#define Cl 0.000952426
#define Cp 0.162388
#define C12 0.08333333333333333
FORWARD(s_forward); /* spheroid */
double t = lp.phi * lp.phi;
xy.y = lp.phi * (1. + t * C12);
xy.x = lp.lam * (1. - Cp * t);
t = lp.lam * lp.lam;
xy.x *= (0.87 - Cl * t * t);
return (xy);
}
FREEUP; if (P) pj_dalloc(P); }
ENTRY0(gins8) P->es = 0.; P->inv = 0; P->fwd = s_forward; ENDENTRY(P)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.