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

Method AngleInterpolator

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

Source from the content-addressed store, hash-verified

236}
237
238AngleInterpolator::AngleInterpolator() : AngleInterpolator(0.0 /* startAngle */, 0.0 /* endAngle */) {}
239
240AngleInterpolator::AngleInterpolator(double startAngle, double endAngle)
241 : AngleInterpolator(0.0 /* delay */, startAngle, endAngle)

Callers

nothing calls this directly

Calls 2

AngleIn2PIFunction · 0.85
GetDurationFunction · 0.85

Tested by

no test coverage detected