13 namespace NETGeographicLib
61 static void Forward(
double lat,
double lon,
62 [System::Runtime::InteropServices::Out]
double% x,
63 [System::Runtime::InteropServices::Out]
double% y,
64 [System::Runtime::InteropServices::Out]
double% gamma,
65 [System::Runtime::InteropServices::Out]
double% k);
81 static void Reverse(
double x,
double y,
82 [System::Runtime::InteropServices::Out]
double% lat,
83 [System::Runtime::InteropServices::Out]
double% lon,
84 [System::Runtime::InteropServices::Out]
double% gamma,
85 [System::Runtime::InteropServices::Out]
double% k);
90 static void Forward(
double lat,
double lon,
91 [System::Runtime::InteropServices::Out]
double% x,
92 [System::Runtime::InteropServices::Out]
double% y);
97 static void Reverse(
double x,
double y,
98 [System::Runtime::InteropServices::Out]
double% lat,
99 [System::Runtime::InteropServices::Out]
double% lon);
129 [System::Runtime::InteropServices::Out] System::String^% gridref);
146 [System::Runtime::InteropServices::Out]
double% x,
147 [System::Runtime::InteropServices::Out]
double% y,
148 [System::Runtime::InteropServices::Out]
int% prec,