mreinstein / collision-2d

2d collision routines
MIT License
127 stars 0 forks source link

slight changes to aabb-segment-sweep1.js #11

Closed marcantoupin closed 3 years ago

marcantoupin commented 3 years ago

The changes contained in this pull request have proven necessary for aabb-segment-sweep1.js to work properly, especially when used to collide and slide an aabb against multiple segments. Changes are as follow:

mreinstein commented 3 years ago

looks good, thanks!