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

Method GetLength

libs/geometry/spline.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104double Spline::GetLength() const
105{
106 return std::accumulate(m_length.begin(), m_length.end(), 0.0);
107}
108
109double Spline::GetLastLength() const
110{

Callers 10

GetFullLengthMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
CacheRouteMethod · 0.45
SetLayoutMethod · 0.45
UpdatePreviewMethod · 0.45
AddSubrouteDataMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36