MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / CompareByAngle

Method CompareByAngle

src/extractor/intersection/intersection.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8bool IntersectionViewData::CompareByAngle(const IntersectionViewData &other) const
9{
10 return angle < other.angle;
11}
12
13std::string toString(const IntersectionEdgeGeometry &shape)
14{

Callers 1

validMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected