Code or formula for intersection of two parabolas in any rotation
问题 I am working on a geometry problem that requires finding the intersection of two parabolic arcs in any rotation. I was able to intesect a line and a parabolic arc by rotating the plane to align the arc with an axis, but two parabolas cannot both align with an axis. I am working on deriving the formulas, but I would like to know if there is a resource already available for this. 回答1: I'd first define the equation for the parabolic arc in 2D without rotations: x(t) = ax² + bx + c y(t) = t; You