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

Method GetLastLength

libs/geometry/spline.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109double Spline::GetLastLength() const
110{
111 ASSERT(!m_length.empty(), ());
112 return m_length.back();
113}
114
115std::pair<PointD, double> Spline::GetTangentAndLength(size_t i) const
116{

Callers 1

Calls 3

ASSERTFunction · 0.85
backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected