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

◆ box2df_set_empty()

void box2df_set_empty ( BOX2DF *  a)
inline

Definition at line 159 of file gserialized_gist_2d.c.

160{
161 a->xmin = a->xmax = a->ymin = a->ymax = NAN;
162 return;
163}
#define NAN
Definition lwgeodetic.h:37

References NAN.

Referenced by gserialized_datum_get_box2df_p(), and gserialized_spgist_compress_2d().

Here is the caller graph for this function: