MCPcopy Create free account
hub / github.com/comaps/comaps / RoughJunction

Function RoughJunction

tools/openlr/openlr_tests/decoded_path_test.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51geometry::PointWithAltitude RoughJunction(geometry::PointWithAltitude const & j)
52{
53 return geometry::PointWithAltitude(RoughPoint(j.GetPoint()), j.GetAltitude());
54}
55
56routing::Edge RoughEdgeJunctions(routing::Edge const & e)
57{

Callers 1

RoughEdgeJunctionsFunction · 0.85

Calls 4

RoughPointFunction · 0.70
PointWithAltitudeClass · 0.50
GetPointMethod · 0.45
GetAltitudeMethod · 0.45

Tested by

no test coverage detected