MCPcopy 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
46m2::PointD RoughPoint(m2::PointD const & p)
47{
48 return {RoughUpToFive(p.x), RoughUpToFive(p.y)};
49}
50
51geometry::PointWithAltitude RoughJunction(geometry::PointWithAltitude const & j)
52{

Callers 1

RoughJunctionFunction · 0.70

Calls 1

RoughUpToFiveFunction · 0.85

Tested by

no test coverage detected