Return 1 or 2 if two temporal point segments are within a distance during the period defined by the output timestamps, return 0 otherwise.
- Parameters
-
| [in] | start1,end1 | Base values defining the first segment |
| [in] | start2,end2 | Base values defining the second segment |
| [in] | value | Base value |
| [in] | lower,upper | Timestamps defining the segments |
| [out] | t1,t2 | Timestamps defining the resulting period, may be equal |
- Precondition
- The segments are not both constants.