PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ printBOX3D()

void printBOX3D ( BOX3D box)

Definition at line 500 of file lwgeom_api.c.

501 {
502  lwnotice("BOX3D: %g %g, %g %g", box->xmin, box->ymin,
503  box->xmax, box->ymax);
504 }
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
Definition: lwutil.c:177
double xmax
Definition: liblwgeom.h:281
double ymax
Definition: liblwgeom.h:281
double ymin
Definition: liblwgeom.h:280
double xmin
Definition: liblwgeom.h:280

References lwnotice(), BOX3D::xmax, BOX3D::xmin, BOX3D::ymax, and BOX3D::ymin.

Here is the call graph for this function: