Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsTurnMadeFromLeft
Function
IsTurnMadeFromLeft
libs/routing/turns.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
bool IsTurnMadeFromLeft(CarDirection t)
192
{
193
return IsLeftTurn(t) || t == CarDirection::UTurnLeft || t == CarDirection::ExitHighwayToLeft;
194
}
195
196
bool IsTurnMadeFromRight(CarDirection t)
197
{
Callers
1
SetUnrestrictedLaneAsRecommended
Method · 0.85
Calls
1
IsLeftTurn
Function · 0.85
Tested by
no test coverage detected