PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX3D_ymin()

Datum BOX3D_ymin ( PG_FUNCTION_ARGS  )

Definition at line 439 of file lwgeom_box3d.c.

References BOX3D_zmin(), PG_FUNCTION_INFO_V1(), BOX3D::ymax, and BOX3D::ymin.

Referenced by BOX3D_xmin().

440 {
441  BOX3D *box = (BOX3D *)PG_GETARG_POINTER(0);
442  PG_RETURN_FLOAT8(Min(box->ymin, box->ymax));
443 }
double ymin
Definition: liblwgeom.h:277
double ymax
Definition: liblwgeom.h:278
Here is the call graph for this function:
Here is the caller graph for this function: