Definition at line 946 of file measures.c.
947{
950 {
953 }
954
956}
#define LW_TRUE
Return types for functions with status returns.
int ptarray_contains_point(const POINTARRAY *pa, const POINT2D *pt)
The following is based on the "Fast Winding Number Inclusion of a Point in a Polygon" algorithm by Da...
static void lw_dist2d_distpts_set(DISTPTS *dl, double distance, const POINT2D *p1, const POINT2D *p2)
int lw_dist2d_ptarray_ptarrayarc(const POINTARRAY *pa, const POINTARRAY *pb, DISTPTS *dl)
Test each segment of pa against each arc of pb for distance.
static const POINT2D * lw_curvering_getfirstpoint2d_cp(LWGEOM *geom)
References DIST_MIN, lw_curvering_getfirstpoint2d_cp(), lw_dist2d_distpts_set(), lw_dist2d_ptarray_ptarrayarc(), LW_OUTSIDE, LW_TRUE, DISTPTS::mode, LWTRIANGLE::points, LWCIRCSTRING::points, and ptarray_contains_point().
Referenced by lw_dist2d_distribute_bruteforce().