Cubic bezier curves - get Y for given X - special case where X of control points is increasing
问题 I've read a few discussions regarding finding Y at X for a cubic Bezier curve, and have also read this article regarding the matter. My case is more constrained than the general one, and I wonder if there's a better solution than the general ones mentioned in the above discussions. My case: The X value of the different control points is increasing. Ie: X3 > X2 > X1 > X0 . Also, as a result of above, X(t) is strictly monotonically increasing as well. Is there any efficient algorithm that takes