Shkyrockett / engine

MIT License
5 stars 0 forks source link

Intersections between Cubic Beziers and Lines Messed Up #20

Closed Shkyrockett closed 7 years ago

Shkyrockett commented 7 years ago

The methods for finding the intersection between Cubic Beziers and Lines/Line Segments are messed up. The second set of ported methods works with the special case where everything is horizontal, but it breaks for everything else, the old method works for most except for the horizontal edge case, and possibly a few others. More testing is needed.

Shkyrockett commented 7 years ago

This has been fixed in commit 7813db.