MCPcopy 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
42void Checkpoints::PassNextPoint()
43{
44 CHECK(!IsFinished(), ());
45 ++m_passedIdx;
46}
47double Checkpoints::GetSummaryLengthBetweenPointsMeters() const
48{
49 double dist = 0.0;

Callers 1

PassCheckpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected