MCPcopy 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
191bool IsTurnMadeFromLeft(CarDirection t)
192{
193 return IsLeftTurn(t) || t == CarDirection::UTurnLeft || t == CarDirection::ExitHighwayToLeft;
194}
195
196bool IsTurnMadeFromRight(CarDirection t)
197{

Callers 1

Calls 1

IsLeftTurnFunction · 0.85

Tested by

no test coverage detected