|
◆ tsegment_intersection()
Return true if two segments of a temporal sequence intersect at a timestamp.
- Parameters
-
[in] | start1,end1 | Temporal instants defining the first segment |
[in] | linear1 | True if the first segment has linear interpolation |
[in] | start2,end2 | Temporal instants defining the second segment |
[in] | linear2 | True if the second segment has linear interpolation |
[out] | inter1,inter2 | Base values taken by the two segments at the timestamp |
[out] | t | Timestamp |
- Precondition
- The instants are synchronized, i.e., start1->t = start2->t and end1->t = end2->t
|