PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_maxdistance3d()

double lwgeom_maxdistance3d ( const LWGEOM lw1,
const LWGEOM lw2 
)
extern

Function initializing 3d max distance calculation.

Definition at line 334 of file measures3d.c.

335{
336 return lwgeom_maxdistance3d_tolerance(lw1, lw2, 0.0);
337}
double lwgeom_maxdistance3d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling 3d max distance calculations and dfullywithin calculations.
Definition measures3d.c:344

References lwgeom_maxdistance3d_tolerance().

Referenced by LWGEOM_maxdistance3d().

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