Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
bool Spline::IsValid() const
92
{
93
return m_position.size() > 1;
94
}
95
96
Spline::iterator Spline::GetPoint(double step) const
97
{
Callers
3
SetFromRects
Method · 0.45
AnyRect
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36