13 namespace NETGeographicLib
111 void Forward(
bool northp,
double lat,
double lon,
112 [System::Runtime::InteropServices::Out]
double% x,
113 [System::Runtime::InteropServices::Out]
double% y,
114 [System::Runtime::InteropServices::Out]
double% gamma,
115 [System::Runtime::InteropServices::Out]
double% k);
132 void Reverse(
bool northp,
double x,
double y,
133 [System::Runtime::InteropServices::Out]
double% lat,
134 [System::Runtime::InteropServices::Out]
double% lon,
135 [System::Runtime::InteropServices::Out]
double% gamma,
136 [System::Runtime::InteropServices::Out]
double% k);
141 void Forward(
bool northp,
double lat,
double lon,
142 [System::Runtime::InteropServices::Out]
double% x,
143 [System::Runtime::InteropServices::Out]
double% y);
148 void Reverse(
bool northp,
double x,
double y,
149 [System::Runtime::InteropServices::Out]
double% lat,
150 [System::Runtime::InteropServices::Out]
double% lon);
void SetScale(double lat, double k)
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)