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

◆ box2df_from_gbox_p()

static int box2df_from_gbox_p ( GBOX box,
BOX2DF *  a 
)
inlinestatic

Definition at line 188 of file gserialized_gist_2d.c.

189{
190 a->xmin = next_float_down(box->xmin);
191 a->xmax = next_float_up(box->xmax);
192 a->ymin = next_float_down(box->ymin);
193 a->ymax = next_float_up(box->ymax);
194 return LW_SUCCESS;
195}
#define LW_SUCCESS
Definition liblwgeom.h:111
float next_float_up(double d)
Definition lwgeom_api.c:75
float next_float_down(double d)
Definition lwgeom_api.c:54
double ymax
Definition liblwgeom.h:343
double xmax
Definition liblwgeom.h:341
double ymin
Definition liblwgeom.h:342
double xmin
Definition liblwgeom.h:340

References LW_SUCCESS, next_float_down(), next_float_up(), GBOX::xmax, GBOX::xmin, GBOX::ymax, and GBOX::ymin.

Referenced by gserialized_datum_get_box2df_p().

Here is the call graph for this function:
Here is the caller graph for this function: