PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1448 of file gserialized_gist_2d.c.

1449 {
1450  if (val >= 0.0f)
1451  return val;
1452  else
1453  return 0.0f;
1454 }

Referenced by g_box_consider_split().

Here is the caller graph for this function: