Comment by atilimcetin

Comment by atilimcetin 15 hours ago

0 replies

I had to deal with the same problem on a GPU once. What worked for me was subdividing the cubic Bezier curve into smaller quadratic ones and then finding the roots of a cubic polynomial for each.