Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
double InterpolateDouble(double startV, double endV, double t)
9
{
10
return startV + (endV - startV) * t;
11
}
12
13
m2::PointD InterpolatePoint(m2::PointD const & startPt, m2::PointD const & endPt, double t)
14
{
Callers
2
Advance
Method · 0.85
Advance
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected