PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lw_dist2d_circstring_circstring()

int lw_dist2d_circstring_circstring ( LWCIRCSTRING line1,
LWCIRCSTRING line2,
DISTPTS dl 
)

Definition at line 947 of file measures.c.

948 {
949  return lw_dist2d_ptarrayarc_ptarrayarc(line1->points, line2->points, dl);
950 }
int lw_dist2d_ptarrayarc_ptarrayarc(const POINTARRAY *pa, const POINTARRAY *pb, DISTPTS *dl)
Test each arc of pa against each arc of pb for distance.
Definition: measures.c:1241
POINTARRAY * points
Definition: liblwgeom.h:447

References lw_dist2d_ptarrayarc_ptarrayarc(), 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: