MCPcopy 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
96Spline::iterator Spline::GetPoint(double step) const
97{
98 iterator it;
99 it.Attach(*this);
100 it.Advance(step);
101 return it;
102}
103
104double Spline::GetLength() const
105{

Callers 15

CreateElevationPointFunction · 0.45
VisualizeMethod · 0.45
operator()Method · 0.45
PointToLineStringFunction · 0.45
PointToGxStringFunction · 0.45
MakeValidMethod · 0.45
PopMethod · 0.45
ToStringMethod · 0.45
GetPointFunction · 0.45
AlmostEqualAbsFunction · 0.45
operator()Method · 0.45

Calls 2

AttachMethod · 0.45
AdvanceMethod · 0.45

Tested by

no test coverage detected