| 104 | } |
| 105 | |
| 106 | PositionInterpolator::PositionInterpolator() |
| 107 | : PositionInterpolator(0.0 /* duration */, 0.0 /* delay */, m2::PointD(), m2::PointD()) |
| 108 | {} |
| 109 | |
| 110 | PositionInterpolator::PositionInterpolator(double duration, double delay, m2::PointD const & startPosition, |
| 111 | m2::PointD const & endPosition) |
nothing calls this directly
no test coverage detected