Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetMinDuration
Method
SetMinDuration
libs/drape_frontend/animation/interpolators.cpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void Interpolator::SetMinDuration(double minDuration)
72
{
73
m_minDuration = minDuration;
74
if (m_minDuration >= 0.0)
75
m_duration = std::max(m_duration, m_minDuration);
76
}
77
78
double Interpolator::GetMaxDuration() const
79
{
Callers
1
CreateAnim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected