Function proj_sys::proj_create_conversion_eckert_iii
source ยท pub unsafe extern "C" fn proj_create_conversion_eckert_iii(
ctx: *mut PJ_CONTEXT,
center_long: f64,
false_easting: f64,
false_northing: f64,
ang_unit_name: *const c_char,
ang_unit_conv_factor: f64,
linear_unit_name: *const c_char,
linear_unit_conv_factor: f64,
) -> *mut PJ