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);