Hacker News new | ask | show | jobs
Computing the intersection between linear and quadratic Bézier curve (techblog.floorplanner.com)
4 points by hertog 4597 days ago
1 comments

Interesting, I did the same thing the other day. Though I used the method of finding the (possible) three roots of the equation, and then pinpointing the locations of the intersections.