calculating intersection point of quadratic bezier curve
问题 This is definitely pushing the limits for my trig knowledge. Is there a formula for calculating an intersection point between a quadratic bezier curve and a line? Example: in the image below, I have P1, P2, C (which is the control point) and X1, X2 (which for my particular calculation is just a straight line on the X axis.) What I would like to be able to know is the X,Y position of T as well as the angle of the tangent at T. at the intersection point between the red curve and the black line.