MCPcopy 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
36bool Interpolator::IsFinished() const
37{
38 if (!IsActive())
39 return true;
40
41 return m_elapsedTime > (m_duration + m_delay);
42}
43
44void Interpolator::Advance(double elapsedSeconds)
45{

Callers 5

AdvanceMethod · 0.45
AdvanceMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45

Calls 1

IsActiveFunction · 0.50

Tested by

no test coverage detected