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