Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
bool IntersectionViewData::CompareByAngle(const IntersectionViewData &other) const
9
{
10
return angle < other.angle;
11
}
12
13
std::string toString(const IntersectionEdgeGeometry &shape)
14
{
Callers
1
valid
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected