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

Function InterpolateDouble

libs/drape_frontend/animation/interpolations.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8double InterpolateDouble(double startV, double endV, double t)
9{
10 return startV + (endV - startV) * t;
11}
12
13m2::PointD InterpolatePoint(m2::PointD const & startPt, m2::PointD const & endPt, double t)
14{

Callers 2

AdvanceMethod · 0.85
AdvanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected