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

Method Advance

libs/drape_frontend/animation/interpolators.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Interpolator::Advance(double elapsedSeconds)
45{
46 m_elapsedTime += elapsedSeconds;
47}
48
49void Interpolator::Finish()
50{

Callers

nothing calls this directly

Calls 3

InterpolatePointFunction · 0.85
InterpolateDoubleFunction · 0.85
GetShortestDistanceFunction · 0.85

Tested by

no test coverage detected