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

Function GetFirstOutgoingPointIndex

libs/routing/turns_generator_utils.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166RoutePointIndex GetFirstOutgoingPointIndex(size_t outgoingSegmentIndex)
167{
168 return RoutePointIndex({outgoingSegmentIndex, 0 /* m_pathIndex */});
169}
170
171RoutePointIndex GetLastIngoingPointIndex(TUnpackedPathSegments const & segments, size_t const outgoingSegmentIndex)
172{

Callers 1

GetPointForTurnFunction · 0.85

Calls 1

RoutePointIndexClass · 0.70

Tested by

no test coverage detected