Is there a good algorithm to determine if two bezier curves come within x of each other? Computing the actual distance of closest approach and testing to see if it is less than x seems like overkill.
There doesn’t seem to be any literature on approximating the difference, but this paper looks promising for an exact approach.