Go to the documentation of this file.
30 static double lon_center;
32 static double false_easting;
33 static double false_northing;
48 lon_center = center_long;
49 false_easting = false_east;
50 false_northing = false_north;
78 fac = sqrt(4.0 *
R *
R - (
x *
x)/ 4.0 -
y *
y) / 2.0;
80 atan2((
x *
fac), (2.0 *
R *
R -
x *
x/4 -
y *
y)));
void gctp_print_title(const char *proj_name)
void gctp_print_cenlon(double A)
long haminvint(double r, double center_long, double false_east, double false_north)
double adjust_lon(double x)
void gctp_print_offsetp(double A, double B)
long haminv(double x, double y, double *lon, double *lat)
void gctp_print_radius(double radius)