PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lw_dist2d_line_circstring()

int lw_dist2d_line_circstring ( LWLINE line1,
LWCIRCSTRING line2,
DISTPTS dl 
)

Definition at line 722 of file measures.c.

723 {
724  return lw_dist2d_ptarray_ptarrayarc(line1->points, line2->points, dl);
725 }
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.
Definition: measures.c:1257
POINTARRAY * points
Definition: liblwgeom.h:493
POINTARRAY * points
Definition: liblwgeom.h:469

References lw_dist2d_ptarray_ptarrayarc(), LWLINE::points, and LWCIRCSTRING::points.

Referenced by lw_dist2d_distribute_bruteforce().

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