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

◆ lwgeom_closest_point_3d()

LWGEOM * lwgeom_closest_point_3d ( const LWGEOM lw1,
const LWGEOM lw2 
)
extern

Definition at line 122 of file measures3d.c.

123{
124 return lw_dist3d_distancepoint(lw1, lw2, lw1->srid, DIST_MIN);
125}
LWGEOM * lw_dist3d_distancepoint(const LWGEOM *lw1, const LWGEOM *lw2, int32_t srid, int mode)
Function initializing 3dclosestpoint calculations.
Definition measures3d.c:235
#define DIST_MIN
Definition measures.h:44
int32_t srid
Definition liblwgeom.h:460

References DIST_MIN, lw_dist3d_distancepoint(), and LWGEOM::srid.

Referenced by LWGEOM_closestpoint3d().

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