PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ printBOX3D()

void printBOX3D ( BOX3D box)

Definition at line 434 of file lwgeom_api.c.

435 {
436  lwnotice("BOX3D: %g %g, %g %g", box->xmin, box->ymin,
437  box->xmax, box->ymax);
438 }
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
Definition: lwutil.c:177
double xmax
Definition: liblwgeom.h:340
double ymax
Definition: liblwgeom.h:340
double ymin
Definition: liblwgeom.h:339
double xmin
Definition: liblwgeom.h:339

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

Here is the call graph for this function: