PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ box2df_set_empty()

void box2df_set_empty ( BOX2DF *  a)
inline

Definition at line 164 of file gserialized_gist_2d.c.

165 {
166  a->xmin = a->xmax = a->ymin = a->ymax = NAN;
167  return;
168 }
#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: