Reverse engineering a bezier curve
- by Martin
Given a few sample points on a bézier curve, is it possible to work out the set of possible parameters of the curve?
In my specific application there is a limited set of endpoints the curve may have, so I want to generate the set of possible curves, enumerate all of them and pick out all the ones which may end on a valid end point.