Reverse engineering a bezier curve
Posted
by Martin
on Stack Overflow
See other posts from Stack Overflow
or by Martin
Published on 2010-06-13T16:28:21Z
Indexed on
2010/06/13
16:32 UTC
Read the original article
Hit count: 258
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.
© Stack Overflow or respective owner