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

Function IsTurnMadeFromRight

libs/routing/turns.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool IsTurnMadeFromRight(CarDirection t)
197{
198 return IsRightTurn(t) || t == CarDirection::UTurnRight || t == CarDirection::ExitHighwayToRight;
199}
200
201bool IsStayOnRoad(CarDirection t)
202{

Callers 1

Calls 1

IsRightTurnFunction · 0.85

Tested by

no test coverage detected