-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…
-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…
-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…
-
There has to be a better way to approximate a trajectory by a low-degree polynomial. The current implementation does *O*(N Ln N) evaluations of the cubic sequentially.
-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…
-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…
-
PR #519 introduced tolerances on the evaluation of bsplines in order to avoid issues due to rounding errors near the domain boundaries. However the PR didn't change the evaluation algorithm. As a resu…
-
Plugging away at #226 has been the occasion for reconsidering the overall structure of the package. I've been slowly evolving towards one significant internal API change (introducing `WeightedIndex`) …
-
Resampling in `stream::Receiver` and `SamplesSource` is currently hardcoded to use linear interpolation. Higher quality might be obtained by using higher-order polynomial interpolation, at a latency a…
-
```
What I would love to have:
The ability to set an option that renders lines with spline interpolation.
Thanks for a wonderful library!
```
Original issue reported on code.google.com by `gus...@gm…