Return true if two segments of twp temporal geographic points intersect at a timestamp.
- Parameters
-
| [in] | start1,end1 | Temporal instants defining the first segment |
| [in] | start2,end2 | Temporal instants defining the second segment |
| [out] | t | Timestamp |
- Precondition
- The instants are synchronized, i.e., start1->t = start2->t and end1->t = end2->t