PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ BOX3D_to_BOX2D()

Datum BOX3D_to_BOX2D ( PG_FUNCTION_ARGS  )

Definition at line 160 of file lwgeom_box3d.c.

161 {
162  BOX3D *in = (BOX3D *)PG_GETARG_POINTER(0);
163  GBOX *out = box3d_to_gbox(in);
164  PG_RETURN_POINTER(out);
165 }
GBOX * box3d_to_gbox(const BOX3D *b3d)
Definition: gbox.c:80

References box3d_to_gbox().

Here is the call graph for this function: