123 void Forward(
double lon0,
double lat,
double lon,
124 [System::Runtime::InteropServices::Out]
double% x,
125 [System::Runtime::InteropServices::Out]
double% y,
126 [System::Runtime::InteropServices::Out]
double% gamma,
127 [System::Runtime::InteropServices::Out]
double% k);
144 [System::Runtime::InteropServices::Out]
double% lat,
145 [System::Runtime::InteropServices::Out]
double% lon,
146 [System::Runtime::InteropServices::Out]
double% gamma,
147 [System::Runtime::InteropServices::Out]
double% k);
152 void Forward(
double lon0,
double lat,
double lon,
153 [System::Runtime::InteropServices::Out]
double% x,
154 [System::Runtime::InteropServices::Out]
double% y);
160 [System::Runtime::InteropServices::Out]
double% lat,
161 [System::Runtime::InteropServices::Out]
double% lon);