spline-research icon indicating copy to clipboard operation
spline-research copied to clipboard

A repository for research code, papers, interactive visualizers, etc., for spline research

Results 6 spline-research issues
Sort by recently updated
recently updated
newest added

The following closed shape with three smooth point and no tangents doesn't appear smooth at the first point: {"subpaths":[{"closed":true,"pts":[{"x":223.86,"y":168.2,"c":1},{"x":483.06,"y":64.2,"c":1},{"x":491.86,"y":273,"c":1}]}]} Whereas setting explicit tangents on one point makes all points properly...

README correctly indicates that Spiro's Left and Right constraints were confusing to use and removed them in this implementation. In code I find this confusion is because they're named according...

This pull request replaces the two instances of `sin` in the formula for the arm length with `cos`. There must've been a mix-up while this was written up, as the...

I wasn't sure whether this would be the most appropriate way to get in contact, but I'm wondering if you ever looked into splitting splines as part of your research?...

To provide correct interpolation (preventing kinks) we need some sort of C continuity at smooth knots, even if we specified the tangent direction.

Just for better code organization...