PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ BOX2D_to_BOX3D()

Datum BOX2D_to_BOX3D ( PG_FUNCTION_ARGS  )

Definition at line 410 of file lwgeom_box.c.

411 {
412  GBOX *box = (GBOX *)PG_GETARG_POINTER(0);
413  BOX3D *result = box3d_from_gbox(box);
414  PG_RETURN_POINTER(result);
415 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262
BOX3D * box3d_from_gbox(const GBOX *gbox)
Definition: gbox.c:53

References box3d_from_gbox(), and result.

Here is the call graph for this function: