Skip to content

v0.1.16: Merge pull request #23 from hfutrell/0.1.15-release

Compare
Choose a tag to compare
@hfutrell hfutrell released this 31 Jan 01:38
· 786 commits to master since this release
e7cd58d

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.