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

Method ScaleInterpolator

libs/drape_frontend/animation/interpolators.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197ScaleInterpolator::ScaleInterpolator()
198 : ScaleInterpolator(1.0 /* startScale */, 1.0 /* endScale */, false /* isAutoZoom */)
199{}
200
201ScaleInterpolator::ScaleInterpolator(double startScale, double endScale, bool isAutoZoom)
202 : ScaleInterpolator(0.0 /* delay */, startScale, endScale, isAutoZoom)

Callers

nothing calls this directly

Calls 1

GetDurationFunction · 0.85

Tested by

no test coverage detected