| 93 | {} |
| 94 | |
| 95 | m2::PointD BearingPointsSelector::GetStartPoint(Graph::Edge const & e) const |
| 96 | { |
| 97 | return m_isLastPoint ? e.GetEndPoint() : e.GetStartPoint(); |
| 98 | } |
| 99 | |
| 100 | m2::PointD BearingPointsSelector::GetEndPoint(Graph::Edge const & e, double distanceM) const |
| 101 | { |
no test coverage detected