Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PassNextPoint
Method
PassNextPoint
libs/routing/checkpoints.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void Checkpoints::PassNextPoint()
43
{
44
CHECK(!IsFinished(), ());
45
++m_passedIdx;
46
}
47
double Checkpoints::GetSummaryLengthBetweenPointsMeters() const
48
{
49
double dist = 0.0;
Callers
1
PassCheckpoints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected