Say I have four points that define a Bézier curve. I'd like to implement a function in VC++ that would split this curve at a percentage X in order to generate the points for two new Bézier curves that, when drawn, would appear to exactly overlap the first curve. Can anyone provide code that does something like this?
Thanks for any help.
Regards, Kevin