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

◆ BOX3D_to_BOX2D()

Datum BOX3D_to_BOX2D ( PG_FUNCTION_ARGS  )

Definition at line 152 of file lwgeom_box3d.c.

153{
154 BOX3D *in = (BOX3D *)PG_GETARG_POINTER(0);
155 GBOX *out = box3d_to_gbox(in);
156 PG_RETURN_POINTER(out);
157}
GBOX * box3d_to_gbox(const BOX3D *b3d)
Definition gbox.c:80

References box3d_to_gbox().

Here is the call graph for this function: