MCPcopy 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
846Vec2f SL::Position(const Spline2& spline, float t)
847{
848 return Evaluate(spline, BezierWeights(t));
849}
850
851Vec2f SL::Velocity(const Spline2& spline, float t)
852{

Callers

nothing calls this directly

Calls 2

EvaluateFunction · 0.85
BezierWeightsFunction · 0.85

Tested by

no test coverage detected