109 void Forward(
bool northp,
double lat,
double lon,
110 [System::Runtime::InteropServices::Out]
double% x,
111 [System::Runtime::InteropServices::Out]
double% y,
112 [System::Runtime::InteropServices::Out]
double% gamma,
113 [System::Runtime::InteropServices::Out]
double% k);
130 void Reverse(
bool northp,
double x,
double y,
131 [System::Runtime::InteropServices::Out]
double% lat,
132 [System::Runtime::InteropServices::Out]
double% lon,
133 [System::Runtime::InteropServices::Out]
double% gamma,
134 [System::Runtime::InteropServices::Out]
double% k);
139 void Forward(
bool northp,
double lat,
double lon,
140 [System::Runtime::InteropServices::Out]
double% x,
141 [System::Runtime::InteropServices::Out]
double% y);
146 void Reverse(
bool northp,
double x,
double y,
147 [System::Runtime::InteropServices::Out]
double% lat,
148 [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)