|
◆ stbox_expand()
void stbox_expand |
( |
const STBox * |
box1, |
|
|
STBox * |
box2 |
|
) |
| |
Return the second spatiotemporal box expanded with the first one.
- Parameters
-
[in] | box1,box2 | Spatiotemporal boxes |
- Precondition
- No tests are made concerning the SRID, dimensionality, etc. This should be ensured by the calling function.
|