PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_mindistance3d()

double lwgeom_mindistance3d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initializing 3d min distance calculation.

Definition at line 352 of file measures3d.c.

References LWDEBUG, and lwgeom_mindistance3d_tolerance().

Referenced by LWGEOM_mindistance3d().

353 {
354  LWDEBUG(2, "lwgeom_mindistance3d is called");
355  return lwgeom_mindistance3d_tolerance( lw1, lw2, 0.0 );
356 }
#define LWDEBUG(level, msg)
Definition: lwgeom_log.h:83
double lwgeom_mindistance3d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling 3d min distance calculations and dwithin calculations.
Definition: measures3d.c:363
Here is the call graph for this function:
Here is the caller graph for this function: