[][src]Function geos_sys::GEOSClipByRect_r

pub unsafe extern "C" fn GEOSClipByRect_r(
    handle: GEOSContextHandle_t,
    g: *const GEOSGeometry,
    xmin: c_double,
    ymin: c_double,
    xmax: c_double,
    ymax: c_double
) -> *mut GEOSGeometry