Prozi / detect-collisions

Detect collisions between different shapes such as Points, Lines, Boxes, Polygons (including concave), Ellipses, and Circles. Features include RayCasting and support for offsets, rotation, scaling, bounding box padding, with options for static and trigger bodies (non-colliding).
https://prozi.github.io/detect-collisions/
MIT License
202 stars 21 forks source link

fix: circular dependency, util.ts import intersect.ts, intersect.ts import util.ts #57

Closed RichDavidMu closed 1 year ago

RichDavidMu commented 1 year ago

fix a issue when use this package

image
Prozi commented 1 year ago

thank you didnt notice it

Prozi commented 1 year ago

added in v7.0.5 thank you