| 117 | } |
| 118 | |
| 119 | double EdgeLength(Graph::Edge const & e) |
| 120 | { |
| 121 | return mercator::DistanceOnEarth(e.GetStartPoint(), e.GetEndPoint()); |
| 122 | } |
| 123 | |
| 124 | bool EdgesAreAlmostEqual(Graph::Edge const & e1, Graph::Edge const & e2) |
| 125 | { |
no test coverage detected