Function proj_sys::proj_trans_bounds
source · pub unsafe extern "C" fn proj_trans_bounds(
context: *mut PJ_CONTEXT,
P: *mut PJ,
direction: PJ_DIRECTION,
xmin: f64,
ymin: f64,
xmax: f64,
ymax: f64,
out_xmin: *mut f64,
out_ymin: *mut f64,
out_xmax: *mut f64,
out_ymax: *mut f64,
densify_pts: c_int
) -> c_int
Expand description
@endcond