PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void closest_point_on_segment | ( | const POINT4D * | R, |
const POINT4D * | A, | ||
const POINT4D * | B, | ||
POINT4D * | ret | ||
) |
Definition at line 1258 of file ptarray.c.
References FP_EQUALS, POINT4D::m, r, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by lwline_split_by_point_to(), and ptarray_locate_point().