-
Hello Marcel,
I'm using TinySpline in my project and need to convert a B-Spline result to a piecewise polynomial representation,
as the servo drive controller I'm using the generated curves for on…
-
When I try to enable any of the Anti Aliasing options, the upper and right side of the screen glitch and won't work properly, as if only a certain screen resolution is rendered rightly.
My laptop g…
-
![ss 2022-02-11](https://user-images.githubusercontent.com/284594/153672060-40db7176-e52d-437a-a2a7-2d07614064ba.png)
Left FMX canvas, Right Skia canvas
Version 3.0 is great, thanks for your contr…
-
I might be doing something wrong, but with the latest `master` branch I'm getting a different result than previously.
The example with more details is available at https://splines.readthedocs.io/en…
-
A topic to work on the release notes. There have been over [160 pull requests](https://github.com/MarlinFirmware/Marlin/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20merged%3A%3E2016-08-03%20) merged…
-
## Describe the issue
There are multiple issues with the Spline documentation page, they will be listed here along with Expected experience wherever appropriate:
1. It is stated in the description t…
-
I'm testing the newly added interpolation function `catmull_rom` where I'm a little confused by the `max_parameter()` of a spline.
For a simple case that to interpolate 11 points `Vector2d(x, x)` w…
-
Hi @msteinbeck,
This is not an issue, just a quick question regarding the conversion of a BSpline using InterpolateCubicNatural to XYZ coordinates.
Looking at the examples, would I use the `samp…
-
Hi, I don't know if you'll ever see this. But if you do I'd be happy if you could answer a question regarding your spline re-scaling.
`
float4 Spline(float t)
{
float T0 = 2.0f + t;
float T1 …
-
Hi
I'm using tinyspline to interpolate for robot end effector way point. The following is my code:
#include "ros/ros.h"
#include "tinysplinecxx.h"
#include
int main(int argc, char **ar…