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)
GeographicLib::PolarStereographic * m_pPolarStereographic
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)
const mpreal gamma(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
property double MajorRadius
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)
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
property double CentralScale
Polar stereographic projection.
.NET wrapper for GeographicLib::PolarStereographic.
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
property double Flattening