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

Method GetStartPoint

tools/openlr/helpers.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

GetBestCandidatePathsMethod · 0.45
GetBestCandidatePathsMethod · 0.45
ExpandFakeFunction · 0.45
GetEndPointMethod · 0.45
EdgeLengthFunction · 0.45
EdgesAreAlmostEqualFunction · 0.45
LogAs2GisPathFunction · 0.45

Calls 1

GetEndPointMethod · 0.45

Tested by

no test coverage detected