PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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);
414 PG_RETURN_POINTER(result);
415}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
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: