If I have two $2$-dimensional cubic bezier splines that each:
- exist only along a given range on the $x$ axis, from $x_0$ to $x_1$.
- have one and only one $y$ value for every $x$ value along that range (they do not double back or intersect themselves).
Is it possible to express the superposition of the $y$ values of these two splines as a single cubic bezier spline? If so, what is the method of determining the control points of the new spline from the points of the two source splines?