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

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1616 of file gserialized_gist_2d.c.

1617{
1618 if (val >= 0.0f)
1619 return val;
1620 else
1621 return 0.0f;
1622}

Referenced by g_box_consider_split().

Here is the caller graph for this function: