Shkyrockett / engine

MIT License
5 stars 0 forks source link

Extra Intersection For Line and Quadratic Bezier #23

Closed Shkyrockett closed 7 years ago

Shkyrockett commented 7 years ago

Found after cleaning up the Cubic and Quadratic Bezier methods. There appears to be a set of edge cases where the Quadratic Bezier can end up with extra intersection point with a Line, where the point is outside of the bounds of the 0-1 Bezier Segment. quadratic bezier extra intersection