PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ distance3d()

Datum distance3d ( PG_FUNCTION_ARGS  )

Definition at line 205 of file lwgeom_backend_api.c.

References lwgeom_backend_definition::distance3d_fn, intersects3d(), and PG_FUNCTION_INFO_V1().

Referenced by distance().

206 {
207  return (*lwgeom_backend->distance3d_fn)( fcinfo );
208 }
Datum(* distance3d_fn)(PG_FUNCTION_ARGS)
struct lwgeom_backend_definition * lwgeom_backend
Here is the call graph for this function:
Here is the caller graph for this function: