Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetPoint
Method
GetPoint
libs/geometry/spline.cpp:96–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
Spline::iterator Spline::GetPoint(double step) const
97
{
98
iterator it;
99
it.Attach(*this);
100
it.Advance(step);
101
return it;
102
}
103
104
double Spline::GetLength() const
105
{
Callers
15
CreateElevationPoint
Function · 0.45
Visualize
Method · 0.45
operator()
Method · 0.45
PointToLineString
Function · 0.45
PointToGxString
Function · 0.45
MakeValid
Method · 0.45
Pop
Method · 0.45
PointWithAltitudeAdapter
Class · 0.45
ToString
Method · 0.45
GetPoint
Function · 0.45
AlmostEqualAbs
Function · 0.45
operator()
Method · 0.45
Calls
2
Attach
Method · 0.45
Advance
Method · 0.45
Tested by
no test coverage detected