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

Function GetPointByIndex

libs/routing/turns_generator_utils.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179m2::PointD GetPointByIndex(TUnpackedPathSegments const & segments, RoutePointIndex const & index)
180{
181 return segments[index.m_segmentIndex].m_path[index.m_pathIndex].GetPoint();
182}
183
184double CalcOneSegmentTurnAngle(TurnInfo const & turnInfo)
185{

Callers 2

GetPointForTurnFunction · 0.85

Calls 1

GetPointMethod · 0.45

Tested by

no test coverage detected