Tagged Questions
3
votes
1answer
258 views
Given a cubic function, and its quadratic derivative- can I recover the cubic from quadratic?
Background: I'm trying to learn how to work with cubic and quadratic bezier splines for various drawing libraries, and working through how to approximate a cubic spline with a quadratic spline. It's ...