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