Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void Interpolator::Advance(double elapsedSeconds)
45
{
46
m_elapsedTime += elapsedSeconds;
47
}
48
49
void Interpolator::Finish()
50
{
Callers
nothing calls this directly
Calls
3
InterpolatePoint
Function · 0.85
InterpolateDouble
Function · 0.85
GetShortestDistance
Function · 0.85
Tested by
no test coverage detected