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

◆ lwgeom_closest_line_3d()

LWGEOM * lwgeom_closest_line_3d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Definition at line 76 of file measures3d.c.

77{
78 return lw_dist3d_distanceline(lw1, lw2, lw1->srid, DIST_MIN);
79}
LWGEOM * lw_dist3d_distanceline(const LWGEOM *lw1, const LWGEOM *lw2, int32_t srid, int mode)
Function initializing 3dshortestline and 3dlongestline calculations.
Definition measures3d.c:97
#define DIST_MIN
Definition measures.h:44
int32_t srid
Definition liblwgeom.h:446

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

Referenced by gserialized_distance_nd(), and LWGEOM_shortestline3d().

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