169 void Forward(
double lon0,
double lat,
double lon,
170 [System::Runtime::InteropServices::Out]
double% x,
171 [System::Runtime::InteropServices::Out]
double% y,
172 [System::Runtime::InteropServices::Out]
double% gamma,
173 [System::Runtime::InteropServices::Out]
double% k);
190 [System::Runtime::InteropServices::Out]
double% lat,
191 [System::Runtime::InteropServices::Out]
double% lon,
192 [System::Runtime::InteropServices::Out]
double% gamma,
193 [System::Runtime::InteropServices::Out]
double% k);
199 void Forward(
double lon0,
double lat,
double lon,
200 [System::Runtime::InteropServices::Out]
double% x,
201 [System::Runtime::InteropServices::Out]
double% y);
208 [System::Runtime::InteropServices::Out]
double% lat,
209 [System::Runtime::InteropServices::Out]
double% lon);