PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ BOX2D_to_BOX3D()

Datum BOX2D_to_BOX3D ( PG_FUNCTION_ARGS  )

Definition at line 407 of file lwgeom_box.c.

408 {
409  GBOX *box = (GBOX *)PG_GETARG_POINTER(0);
410  BOX3D *result = box3d_from_gbox(box);
411  PG_RETURN_POINTER(result);
412 }
BOX3D * box3d_from_gbox(const GBOX *gbox)
Definition: gbox.c:53

References box3d_from_gbox().

Here is the call graph for this function: