PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX2D_overright()

Datum BOX2D_overright ( PG_FUNCTION_ARGS  )

Definition at line 253 of file lwgeom_box.c.

References BOX2D_overbelow(), PG_FUNCTION_INFO_V1(), and GBOX::xmin.

Referenced by BOX2D_right().

254 {
255  GBOX *box1 = (GBOX *) PG_GETARG_POINTER(0);
256  GBOX *box2 = (GBOX *) PG_GETARG_POINTER(1);
257 
258  PG_RETURN_BOOL(FPge(box1->xmin, box2->xmin));
259 }
double xmin
Definition: liblwgeom.h:292
Here is the call graph for this function:
Here is the caller graph for this function: