Synchronize two temporal sequences.
The resulting values are composed of denormalized sequences covering the intersection of their time spans. The argument crossings
determines whether potential crossings between successive pair of instants are added. Crossings are only added when at least one of the sequences has linear interpolation.
- Parameters
-
[in] | seq1,seq2 | Input values |
[in] | crossings | True if turning points are added in the segments |
[out] | sync1,sync2 | Output values |
- Returns
- Return false if the input values do not overlap on time