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

Method SubdivideForLength

Splines.cpp:1388–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388void SL::SubdivideForLength(vector<Spline2>* splinesIn, float tolerance)
1389{
1390 vector<Spline2> splines;
1391
1392 for (const Spline2& s : *splinesIn)
1393 ::SubdivideForLength(s, &splines, tolerance);
1394
1395 splinesIn->swap(splines);
1396}
1397
1398namespace
1399{

Callers

nothing calls this directly

Calls 1

SubdivideForLengthFunction · 0.85

Tested by

no test coverage detected