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

Method SetMaxScaleDuration

libs/drape_frontend/animation/linear_animation.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void MapLinearAnimation::SetMaxScaleDuration(double maxDuration)
154{
155 if (m_scaleInterpolator.IsActive())
156 m_scaleInterpolator.SetMaxDuration(maxDuration);
157}
158
159double MapLinearAnimation::GetDuration() const
160{

Callers 2

GetRectAnimationFunction · 0.80
GetSetRectAnimationFunction · 0.80

Calls 2

IsActiveMethod · 0.45
SetMaxDurationMethod · 0.45

Tested by

no test coverage detected