Given two Quadratic Beziers in 2D with integer coordinates, what is the best way to find their intersection point? Early failure is also interesting if they do not overlap. If this simplifies, they can be considered monotonic in both x and y. Only intersections that are represented by the unit as integers of input curves are valid.
source
share