Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewwillmott/splines-lib
/ Position
Method
Position
Splines.cpp:846–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
844
}
845
846
Vec2f SL::Position(const Spline2& spline, float t)
847
{
848
return Evaluate(spline, BezierWeights(t));
849
}
850
851
Vec2f SL::Velocity(const Spline2& spline, float t)
852
{
Callers
nothing calls this directly
Calls
2
Evaluate
Function · 0.85
BezierWeights
Function · 0.85
Tested by
no test coverage detected