PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwgeom_maxdistance3d()

double lwgeom_maxdistance3d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initializing 3d max distance calculation.

Definition at line 300 of file measures3d.c.

301 {
302  return lwgeom_maxdistance3d_tolerance(lw1, lw2, 0.0);
303 }
double lwgeom_maxdistance3d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling 3d max distance calculations and dfullywithin calculations.
Definition: measures3d.c:310

References lwgeom_maxdistance3d_tolerance().

Referenced by LWGEOM_maxdistance3d().

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