Compute intersection between bezier curve and a line

240 Views Asked by At

Is there ready analytical solution of a set of two equations describes intersection between bezier curve and line

1

There are 1 best solutions below

0
On

In general, finding the intersection between a degree N Bezier curve and a line is the same as finding the roots of a degree N polynomial, which only has analytic solution when N is small (N <=4).