Releases: hfutrell/BezierKit
Releases · hfutrell/BezierKit
v0.1.16: Merge pull request #23 from hfutrell/0.1.15-release
significantly improves the speed of intersection testing by removing overhead in the bounding volume hierarchy, improving dispatch to the intersects method, and removing redundant bounding box computations as well as speeding up bounding box computation for cubic curves when all control points fall within the bounding box formed by the starting and end points.
v0.1.15
v0.1.14: Merge pull request #22 from hfutrell/0.1.14-release
fixes edge cases in cubic intersection which would fail due to floating point precision limitations and adds unit test for this.
Fixed some instances of vector boolean operations that would fail.
Made failure cases of boolean operations apparent to caller by returning optional rather than logging error and then returning unsatisfactory results.
v0.1.13
v0.1.12: Merge pull request #19 from hfutrell/0.1.12-release
fixed critical logic error in CrossingsRemoved and added unit test as…
v0.1.11: Merge pull request #18 from hfutrell/0.1.11-release
0.1.11 release
v0.1.10
v0.1.9: Merge pull request #16 from hfutrell/0.1.9-release
v0.1.8: Merge pull request #15 from hfutrell/0.1.8-release
v0.1.7: Merge pull request #14 from hfutrell/0.17-release
update version #