PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ distance3d()

Datum distance3d ( PG_FUNCTION_ARGS  )

Definition at line 205 of file lwgeom_backend_api.c.

206 {
207  return (*lwgeom_backend->distance3d_fn)( fcinfo );
208 }
struct lwgeom_backend_definition * lwgeom_backend
Datum(* distance3d_fn)(PG_FUNCTION_ARGS)

References lwgeom_backend_definition::distance3d_fn, and lwgeom_backend.