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

Method IsEmpty

libs/geometry/spline.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool Spline::IsEmpty() const
87{
88 return m_position.empty();
89}
90
91bool Spline::IsValid() const
92{

Callers 1

ClipPathByRectImplFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected