PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
BOX3D_xmin()
Datum BOX3D_xmin
(
PG_FUNCTION_ARGS
)
Definition at line
409
of file
lwgeom_box3d.c
.
410
{
411
BOX3D
*box = (
BOX3D
*)PG_GETARG_POINTER(0);
412
PG_RETURN_FLOAT8(Min(box->
xmin
, box->
xmax
));
413
}
BOX3D::xmax
double xmax
Definition:
liblwgeom.h:281
BOX3D::xmin
double xmin
Definition:
liblwgeom.h:280
BOX3D
Definition:
liblwgeom.h:279
References
BOX3D::xmax
, and
BOX3D::xmin
.
postgis
lwgeom_box3d.h
Generated by
1.9.1