PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lw_dist2d_line_line()

int lw_dist2d_line_line ( LWLINE line1,
LWLINE line2,
DISTPTS dl 
)

Definition at line 709 of file measures.c.

710{
711 POINTARRAY *pa1 = line1->points;
712 POINTARRAY *pa2 = line2->points;
713 return lw_dist2d_ptarray_ptarray(pa1, pa2, dl);
714}
int lw_dist2d_ptarray_ptarray(POINTARRAY *l1, POINTARRAY *l2, DISTPTS *dl)
test each segment of l1 against each segment of l2.
Definition measures.c:1197
POINTARRAY * points
Definition liblwgeom.h:483

References lw_dist2d_ptarray_ptarray(), and LWLINE::points.

Referenced by lw_dist2d_distribute_bruteforce().

Here is the call graph for this function:
Here is the caller graph for this function: