Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ LeftmostDirection
Function
LeftmostDirection
libs/routing/turns_generator_utils.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
CarDirection LeftmostDirection(double const angle)
83
{
84
return InvertDirection(RightmostDirection(-angle));
85
}
86
87
CarDirection IntermediateDirection(double const angle)
88
{
Callers
2
CorrectRightmostAndLeftmost
Function · 0.85
UNIT_TEST
Function · 0.85
Calls
2
InvertDirection
Function · 0.85
RightmostDirection
Function · 0.85
Tested by
1
UNIT_TEST
Function · 0.68