Function geos_sys::GEOSClipByRect

source ·
pub unsafe extern "C" fn GEOSClipByRect(
    g: *const GEOSGeometry,
    xmin: c_double,
    ymin: c_double,
    xmax: c_double,
    ymax: c_double
) -> *mut GEOSGeometry