389 GBOX *box = (
GBOX *)PG_GETARG_POINTER(0);
395 double d = PG_GETARG_FLOAT8(1);
400 double dx = PG_GETARG_FLOAT8(1);
401 double dy = PG_GETARG_FLOAT8(2);
406 PG_RETURN_POINTER(
result);
char result[OUT_DOUBLE_BUFFER_SIZE]
void gbox_expand(GBOX *g, double d)
Move the box minimums down and the maximums up by the distance provided.
void gbox_expand_xyzm(GBOX *g, double dx, double dy, double dz, double dm)
Move the box minimums down and the maximums up by the distances provided.