Definition at line 808 of file measures.c.
809{
814 {
819 }
820
823 {
828 }
829
831}
#define LW_TRUE
Return types for functions with status returns.
int ptarray_contains_point(const POINTARRAY *pa, const POINT2D *pt)
Return 1 if the point is inside the POINTARRAY, -1 if it is outside, and 0 if it is on the boundary.
static const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
int lw_dist2d_ptarray_ptarray(POINTARRAY *l1, POINTARRAY *l2, DISTPTS *dl)
test each segment of l1 against each segment of l2.
References DIST_MIN, DISTPTS::distance, getPoint2d_cp(), lw_dist2d_ptarray_ptarray(), LW_OUTSIDE, LW_TRUE, DISTPTS::mode, DISTPTS::p1, DISTPTS::p2, LWTRIANGLE::points, ptarray_contains_point(), POINT2D::x, and POINT2D::y.
Referenced by lw_dist2d_distribute_bruteforce().