MCPcopy Create free account
hub / github.com/andrewwillmott/splines-lib / SplinesFromPointsDynamic

Method SplinesFromPointsDynamic

Splines.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373int SL::SplinesFromPointsDynamic(int numPoints, const float pi[], Spline1 splines[], float tension, float ratio, size_t stride)
374{
375 return ::SplinesFromSamplesDynamic(numPoints, pi, splines, tension, ratio, stride);
376}
377
378int SL::SplinesFromBezier(int numPoints, const float points[], const float hullPoints[], Spline1 splines[], bool split)
379{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected