Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsTurnMadeFromRight
Function
IsTurnMadeFromRight
libs/routing/turns.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool IsTurnMadeFromRight(CarDirection t)
197
{
198
return IsRightTurn(t) || t == CarDirection::UTurnRight || t == CarDirection::ExitHighwayToRight;
199
}
200
201
bool IsStayOnRoad(CarDirection t)
202
{
Callers
1
SetUnrestrictedLaneAsRecommended
Method · 0.85
Calls
1
IsRightTurn
Function · 0.85
Tested by
no test coverage detected