Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RoughPoint
Function
RoughPoint
tools/openlr/openlr_tests/decoded_path_test.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
m2::PointD RoughPoint(m2::PointD const & p)
47
{
48
return {RoughUpToFive(p.x), RoughUpToFive(p.y)};
49
}
50
51
geometry::PointWithAltitude RoughJunction(geometry::PointWithAltitude const & j)
52
{
Callers
1
RoughJunction
Function · 0.70
Calls
1
RoughUpToFive
Function · 0.85
Tested by
no test coverage detected