PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ BOX2D_to_BOX3D()

Datum BOX2D_to_BOX3D ( PG_FUNCTION_ARGS  )

Definition at line 409 of file lwgeom_box.c.

410 {
411  GBOX *box = (GBOX *)PG_GETARG_POINTER(0);
412  BOX3D *result = box3d_from_gbox(box);
413  PG_RETURN_POINTER(result);
414 }
BOX3D * box3d_from_gbox(const GBOX *gbox)
Definition: g_box.c:60

References box3d_from_gbox().

Here is the call graph for this function: