11 double lat = 61.2,
lon = -149.9;
14 Console::WriteLine(String::Format(
"{0} {1}", x, y));
18 double x = -1637e3,
y = 2824e3;
20 proj->
Reverse(northp, x, y, lat, lon);
21 Console::WriteLine(String::Format(
"{0} {1}", lat, lon));
25 Console::WriteLine(String::Format(
"Caught exception: {0}", e->Message));
Exception class for NETGeographicLib.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
void Reverse(bool northp, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)
.NET wrapper for GeographicLib::PolarStereographic.
void Forward(bool northp, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)
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
int main(array< System::String ^> ^)