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

Function IsLeftOrRightTurn

libs/routing/turns.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool IsLeftOrRightTurn(CarDirection t)
187{
188 return IsLeftTurn(t) || IsRightTurn(t);
189}
190
191bool IsTurnMadeFromLeft(CarDirection t)
192{

Callers 1

FixupCarTurnsFunction · 0.85

Calls 2

IsLeftTurnFunction · 0.85
IsRightTurnFunction · 0.85

Tested by

no test coverage detected