|
|
◆ tcbuffersegm_distance_turnpt()
Return 1 or 2 if two temporal circular buffer segments are at a minimum distance during the period defined by the output timestamps, return 0 otherwise.
These are the turning points when computing the temporal distance. - Parameters
-
| [in] | start1,end1 | Circular buffers defining the first segment |
| [in] | start2,end2 | Circular buffers the second segment |
| [in] | dist | Distance, unused parameter |
| [out] | lower,upper | Timestamps defining the segments |
| [out] | t1,t2 | Timestamps defining the resulting period, may be equal |
- Precondition
- The segments are not constant.
|