PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1595 of file gserialized_gist_2d.c.

1596 {
1597  if (val >= 0.0f)
1598  return val;
1599  else
1600  return 0.0f;
1601 }

Referenced by g_box_consider_split().

Here is the caller graph for this function: