Definition at line 519 of file lwgeom_functions_lrs.c.
References lwpoint_clone(), lwpoint_getPoint3dm_p(), and POINT3DM::m.
Referenced by lwgeom_locate_between_m().
523 POSTGIS_DEBUGF(2,
"lwpoint_locate_between called for lwpoint %p", lwpoint);
526 if ( p3dm.
m >= m0 && p3dm.
m <= m1)
528 POSTGIS_DEBUG(3,
" lwpoint... returning a clone of input");
534 POSTGIS_DEBUG(3,
" lwpoint... returning a clone of input");
LWPOINT * lwpoint_clone(const LWPOINT *lwgeom)
int lwpoint_getPoint3dm_p(const LWPOINT *point, POINT3DM *out)