20 double lat = 61.2,
lon = -149.9;
23 cout << x <<
" " << y <<
"\n";
27 double x = -1637e3,
y = 2824e3;
29 proj.
Reverse(northp, x, y, lat, lon);
30 cout << lat <<
" " << lon <<
"\n";
33 catch (
const exception&
e) {
34 cerr <<
"Caught exception: " << e.what() <<
"\n";
void Reverse(bool northp, real x, real y, real &lat, real &lon, real &gamma, real &k) const
Namespace for GeographicLib.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Polar stereographic projection.
Header for GeographicLib::PolarStereographic class.
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
void Forward(bool northp, real lat, real lon, real &x, real &y, real &gamma, real &k) const