Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsLeftTurn
Function
IsLeftTurn
libs/routing/turns.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
bool IsLeftTurn(CarDirection t)
177
{
178
return (t >= CarDirection::TurnLeft && t <= CarDirection::TurnSlightLeft);
179
}
180
181
bool IsRightTurn(CarDirection t)
182
{
Callers
2
IsLeftOrRightTurn
Function · 0.85
IsTurnMadeFromLeft
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected