PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void gbox_expand | ( | GBOX * | g, |
double | d | ||
) |
Move the box minimums down and the maximums up by the distance provided.
Definition at line 108 of file g_box.c.
References GBOX::flags, FLAGS_GET_M, FLAGS_GET_Z, GBOX::mmax, GBOX::mmin, GBOX::xmax, GBOX::xmin, GBOX::ymax, GBOX::ymin, GBOX::zmax, and GBOX::zmin.
Referenced by BOX2D_expand(), LWGEOM_expand(), lwt_AddLine(), and lwt_AddPolygon().