tataratat / bezman

Lightweight library in C++ to simplify the composition of Bezier-splines

Home Page:https://tataratat.github.io/bezman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide Derivative-Evaluations

jzwar opened this issue · comments

Derivatives are always represented using the entire spline, i.e., creating a new spline, that represents the derivative, when evaluated at the same position. Although more performant for poynomial splines with multiple iterations, this is rather inconvenient and definitely a requested feature for splinepy to match the SplineLib's interface.