Home
last modified time | relevance | path

Searched refs:GEOSInterpolateNormalized_r (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1399 return GEOSInterpolateNormalized_r(handle, g, d); in GEOSInterpolateNormalized()
H A Dgeos_ts_c.cpp3146 GEOSInterpolateNormalized_r(GEOSContextHandle_t extHandle, const Geometry* g, in GEOSInterpolateNormalized_r() function
H A Dgeos_c.h.in388 extern GEOSGeometry GEOS_DLL *GEOSInterpolateNormalized_r(
/dports/graphics/php-geos/php-geos/
H A Dgeos.c819 ret = GEOSInterpolateNormalized_r(GEOS_G(handle), this, dist); in PHP_METHOD()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c524 return GEOSInterpolateNormalized_r(context, geom, d); in GEOSInterpolateNormalizedProtectEmpty_r()