PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ box2df_set_empty()

void box2df_set_empty ( BOX2DF *  a)
inline

Definition at line 157 of file gserialized_gist_2d.c.

158 {
159  a->xmin = a->xmax = a->ymin = a->ymax = NAN;
160  return;
161 }
#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: