PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ printBOX3D()

void printBOX3D ( BOX3D box)

Definition at line 466 of file lwgeom_api.c.

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

467 {
468  lwnotice("BOX3D: %g %g, %g %g", box->xmin, box->ymin,
469  box->xmax, box->ymax);
470 }
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
Definition: lwutil.c:177
double ymin
Definition: liblwgeom.h:277
double xmin
Definition: liblwgeom.h:277
double xmax
Definition: liblwgeom.h:278
double ymax
Definition: liblwgeom.h:278
Here is the call graph for this function: