Releases: Prozi/detect-collisions
Releases · Prozi/detect-collisions
v6.6.0
v6.5.4
v6.5.1
v6.5.0
v6.4.1
- feat: added scale to stress demo
- feat: added scaleX, scaleY getters
- fix: fixed center() method was missing backing up points when used with setScale
- fix: optimisation - setScale on circle doesn't update AABB anymore - you have to do it yourself like with Polygon
- fix: types should allow body.setScale(x, y) even tho y is ignored for circle. I will test this shortly
v6.4.0
- feat: another great feature for from @Codezilluh which is scaling bodies -
scale
getter andsetScale
functions - readme has been updated accordingly
v6.3.14
v6.3.11
v6.3.7
- fix: concave polygons not working correctly on circles with concave fixes - #33
- fix: stress test no bounce case
- feat: added
center(), angle, setAngle()
to all bodies for api consistency (they're just kind of useless in case ofPoints, Ellipses, Circles
- but at least keep value) - feat: upgraded readme
v6.3.5
- feat: improve readme and api documentation (typedoc plugins)
- feat: add utils getBounceDirection function for simple bouncing as used in stress test
- feat: add test for getBounceDirection
- tried to move @types/rbush and @types/sat to devDependencies but that won't work so no changes here