MCPcopy Create free account
hub / github.com/comaps/comaps / Extrapolate

Method Extrapolate

libs/map/extrapolation/extrapolator.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 double Extrapolate(double x1, double x2) const { return x2 + ((x2 - x1) / m_timeBetweenMs) * m_timeAfterMs; }
33
34private:
35 uint64_t m_timeBetweenMs;

Callers 1

LinearExtrapolationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected