Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsFinished
Method
IsFinished
libs/drape_frontend/animation/interpolators.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
bool Interpolator::IsFinished() const
37
{
38
if (!IsActive())
39
return true;
40
41
return m_elapsedTime > (m_duration + m_delay);
42
}
43
44
void Interpolator::Advance(double elapsedSeconds)
45
{
Callers
5
Advance
Method · 0.45
Advance
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Calls
1
IsActive
Function · 0.50
Tested by
no test coverage detected