RE: Bezier curve formula in C++
The cubic Bézier curve formula resolves to a cubic equation in terms of t, which is quite difficult to solve. If you're really brave, you can write the equation in depressed form and make use of the Chebyshev radicals to find the roots.
This post was edited on 03-26-2008 at 11:03 PM by mezzanine.
|