27 template <
typename iteratorType>
SplineChainLink(iteratorType begin, iteratorType end,
uint32 expectedDuration,
uint32 msToNext,
float velocity) :
Points(begin, end), ExpectedDuration(expectedDuration), TimeToNext(msToNext), Velocity(velocity) { }