PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Find interpolation point I between point A and point B so that the len(AI) == len(AB)*F and I falls on AB segment.
Example:
F=0.5 : A-—I-—B F=1 : A------—B==I F=0 : A==I------—B F=.2 : A-I----—B
Definition at line 680 of file lwgeom_api.c.
References lwerror(), POINT4D::m, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by LWGEOM_line_interpolate_point(), and ptarray_substring().