vote up 0 vote down star
1

Hi Guys,

I needed to find and use the coordinates of the intersection of a cubic Bezier and a straight line. The trouble is that I cannot find a non-parametric representation of a Bezier curve which I need for solving with the line.

I do not want to resort to a Newton-Raphson equivalent on the Bezier parametric equation (which can be found here)

flag

1 Answer

vote up 1 vote down check

Looks like the answer for this SO question might help you out:

http://stackoverflow.com/questions/427796/approximating-nonparametric-cubic-bezier

link|flag
That's a start. Thank you :) – Crimson Oct 31 at 11:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.