|
|
◆ inter_tbox_tbox()
| bool inter_tbox_tbox |
( |
const TBox * |
box1, |
|
|
const TBox * |
box2, |
|
|
TBox * |
result |
|
) |
| |
Return in the last argument the intersection of two temporal boxes.
- Parameters
-
| [in] | box1,box2 | Temporal boxes |
| [out] | result | Resulting box |
- Note
- This function is equivalent to intersection_tbox_tbox without memory allocation
|