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

Function IsRightTurn

libs/routing/turns.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool IsRightTurn(CarDirection t)
182{
183 return (t >= CarDirection::TurnRight && t <= CarDirection::TurnSlightRight);
184}
185
186bool IsLeftOrRightTurn(CarDirection t)
187{

Callers 2

IsLeftOrRightTurnFunction · 0.85
IsTurnMadeFromRightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected