MCPcopy 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
82CarDirection LeftmostDirection(double const angle)
83{
84 return InvertDirection(RightmostDirection(-angle));
85}
86
87CarDirection IntermediateDirection(double const angle)
88{

Callers 2

UNIT_TESTFunction · 0.85

Calls 2

InvertDirectionFunction · 0.85
RightmostDirectionFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68