Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
double Spline::GetLength() const
105
{
106
return std::accumulate(m_length.begin(), m_length.end(), 0.0);
107
}
108
109
double Spline::GetLastLength() const
110
{
Callers
10
GetFullLength
Method · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
ProcessSplineSegmentRects
Function · 0.45
CacheRoute
Method · 0.45
CalculateRoadShieldPositions
Function · 0.45
ProcessAdditionalLineRules
Method · 0.45
SetLayout
Method · 0.45
UpdatePreview
Method · 0.45
AddSubrouteData
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36