-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Good evening,
Thank you very much for your work! It is super interesting
I previously wrote an issue about the availability of the demos.
This issue is pretty related to it, as my final purpose is to understand and be able to reproduce the demos offered as .gifs.
Some of the outputs of the demos are not outputted as direct return attributes of functions as far as I am concerned.
For example, I was trying to reproduce the demo of the spline fitting but the function auto stat = ppl::LERPer::extractB_path(data, control_points, tolerance); // fit a cubic Bézier path to the data only outputs the statistics of the fitting process, but it does not output the number of curves as argument, nor which control points are associated with each fitted Bezier ...etc
I would like to know if it is possible to retrieve the info, similarly as performed in the demos, or should I move on.
Thank you so much for your work, and your time!
Have a great day :)