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