Shkyrockett / engine

MIT License
5 stars 0 forks source link

Cubic Bezier Bounding Box Messed Up #7

Closed Shkyrockett closed 7 years ago

Shkyrockett commented 7 years ago

There seems to be something messed up with the bounding box calculations currently used for Cubic Beziers. messed up cubic bezier bounding box

PoMax seems to have a bounding Box implementation that works. Try adapting that.

Shkyrockett commented 7 years ago

Added a method that fixes this. It needs to be wired into the Quadratic Cubic Class.