"ingo" <nomail@nomail> wrote:
>
> For interpolation between points I would not use a Bezier spline as there are
> many ways to position the handles/control points. Use one of quadratic_spline,
> cubic_spline, natural_spline or one from my curve macro's
> https://ingoogni.nl/download/ There is also the Interpolate macro in math.inc
> that does cosine interpolation or exponential interpolation.
>
> ingo
WOW! Your collection of spline macros is quite something. I will use them.
Thanks for sharing :-)
Post a reply to this message
|