PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX2D_overleft()

Datum BOX2D_overleft ( PG_FUNCTION_ARGS  )

Definition at line 216 of file lwgeom_box.c.

References BOX2D_left(), PG_FUNCTION_INFO_V1(), and GBOX::xmax.

Referenced by BOX2D_overlap().

217 {
218  GBOX *box1 = (GBOX *) PG_GETARG_POINTER(0);
219  GBOX *box2 = (GBOX *) PG_GETARG_POINTER(1);
220 
221  PG_RETURN_BOOL(FPle(box1->xmax, box2->xmax));
222 }
double xmax
Definition: liblwgeom.h:293
Here is the call graph for this function:
Here is the caller graph for this function: