PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX3D_xmin()

Datum BOX3D_xmin ( PG_FUNCTION_ARGS  )

Definition at line 432 of file lwgeom_box3d.c.

References BOX3D_ymin(), PG_FUNCTION_INFO_V1(), BOX3D::xmax, and BOX3D::xmin.

Referenced by LWGEOM_to_BOX3D().

433 {
434  BOX3D *box = (BOX3D *)PG_GETARG_POINTER(0);
435  PG_RETURN_FLOAT8(Min(box->xmin, box->xmax));
436 }
double xmin
Definition: liblwgeom.h:277
double xmax
Definition: liblwgeom.h:278
Here is the call graph for this function:
Here is the caller graph for this function: