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

◆ box2df_set_empty()

void box2df_set_empty ( BOX2DF *  a)
inline

Definition at line 146 of file gserialized_gist_2d.c.

147{
148 a->xmin = a->xmax = a->ymin = a->ymax = NAN;
149 return;
150}
#define NAN
Definition lwgeodetic.h:37

References NAN.

Referenced by gserialized_gist_compress_2d(), and gserialized_spgist_compress_2d().

Here is the caller graph for this function: