PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ intersects3d()

Datum intersects3d ( PG_FUNCTION_ARGS  )

Definition at line 211 of file lwgeom_backend_api.c.

References intersects3d_dwithin(), lwgeom_backend_definition::intersects3d_fn, and PG_FUNCTION_INFO_V1().

Referenced by distance3d().

212 {
213  return (*lwgeom_backend->intersects3d_fn)( fcinfo );
214 }
Datum(* intersects3d_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: