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

Method CircleSplines

Splines.cpp:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748void SL::CircleSplines(Vec2f p, float r, Spline2 splines[4])
749{
750 for (int i = 0; i < 4; i++)
751 splines[i] = QuadrantSpline(p, r, i);
752}
753
754int SL::SplinesFromPoints(int numPoints, const Vec2f pi[], Spline2 splines[], float tension, size_t stride)
755{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected