|
|
◆ inter_stbox_stbox()
| bool inter_stbox_stbox |
( |
const STBox * |
box1, |
|
|
const STBox * |
box2, |
|
|
STBox * |
result |
|
) |
| |
Return in the last argument the intersection of two spatiotemporal boxes.
- Parameters
-
| [in] | box1,box2 | Spatiotemporal boxes |
| [out] | result | Result |
- Note
- This function is equivalent to intersection_stbox_stbox without memory allocation
|