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

Method IsValid

libs/geometry/spline.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool Spline::IsValid() const
92{
93 return m_position.size() > 1;
94}
95
96Spline::iterator Spline::GetPoint(double step) const
97{

Callers 3

SetFromRectsMethod · 0.45
AnyRectMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36