Go to the documentation of this file.
24 static double lon_center;
44 lon_center = center_long;
72 arg =
y / (1.4142135623731 *
R);
77 if(
fabs(arg) > 0.999999999999) arg=0.999999999999;
79 *
lon =
adjust_lon(lon_center + (
x / (0.900316316158 *
R * cos(theta))));
82 arg = (2.0 * theta + sin(2.0 * theta)) /
PI;
83 if(
fabs(arg) > 1.0)arg=1.0;
void gctp_print_title(const char *proj_name)
void gctp_print_cenlon(double A)
double adjust_lon(double x)
long molwinv(double x, double y, double *lon, double *lat)
void gctp_print_offsetp(double A, double B)
void gctp_print_radius(double radius)
long molwinvint(double r, double center_long, double false_east, double false_north)