PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX3D_to_BOX2D()

Datum BOX3D_to_BOX2D ( PG_FUNCTION_ARGS  )

Definition at line 163 of file lwgeom_box3d.c.

References box3d_to_gbox().

Referenced by BOX3D_out().

164 {
165  BOX3D *in = (BOX3D *)PG_GETARG_POINTER(0);
166  GBOX *out = box3d_to_gbox(in);
167  PG_RETURN_POINTER(out);
168 }
GBOX * box3d_to_gbox(const BOX3D *b3d)
Definition: g_box.c:91
Here is the call graph for this function:
Here is the caller graph for this function: