Definition at line 1123 of file lwlinearreferencing.c.
1124{
1125 uint32_t i = from;
1127
1128
1130 for (i = from + 1; i < pa->
npoints; i++)
1131 {
1133
1135 return i - 1;
1136
1137 p1 = p2;
1138 }
1139
1140 return -1;
1141}
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
#define LW_TRUE
Return types for functions with status returns.
static int segment_locate_along(const POINT4D *p1, const POINT4D *p2, double m, double offset, POINT4D *pn)
References getPoint4d_p(), LW_TRUE, POINTARRAY::npoints, and segment_locate_along().
Referenced by lwgeom_cpa_within(), and lwgeom_tcpa().