tinyspline icon indicating copy to clipboard operation
tinyspline copied to clipboard

BSpline to Lines

Open msteinbeck opened this issue 7 years ago • 3 comments

http://www.antigrain.com/research/adaptive_bezier/index.html

msteinbeck avatar Nov 08 '16 12:11 msteinbeck

This paper shows an approach for adaptive forward differencing of splines with arbitrary order:

https://dl.acm.org/citation.cfm?id=54852.378510

msteinbeck avatar Dec 29 '17 14:12 msteinbeck

sample can now be used to subdivide a spline into a sequence of points which, in turn, form a sequence a lines. An example is given at splines_as_lines.py.

msteinbeck avatar Sep 20 '19 22:09 msteinbeck

Unlike sample, a toLines must respect discontinuity. Instead of passing the number of desired points (like in sample), it might be easier to pass the maximum distance between two knots.

msteinbeck avatar Apr 20 '20 21:04 msteinbeck