PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwgeom_mindistance3d()

double lwgeom_mindistance3d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initializing 3d min distance calculation.

Definition at line 335 of file measures3d.c.

336 {
337  return lwgeom_mindistance3d_tolerance(lw1, lw2, 0.0);
338 }
double lwgeom_mindistance3d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling 3d min distance calculations and dwithin calculations.
Definition: measures3d.c:442

References lwgeom_mindistance3d_tolerance().

Referenced by ST_3DDistance().

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