Skip to content

v7.0.1

Compare
Choose a tag to compare
@Prozi Prozi released this 18 Feb 21:38
· 147 commits to master since this release
  • optimized Array functions
  • optimized checkCollisions for case when both bodies are convex
  • improved readme
  • fixed corner case with concave detection when any of polygons having nonzero position

breaking changes since detect-collisions@^6:

  • Types -> BodyType
  • BodyOptions.center -> BodyOptions.isCentered
  • Collider -> BodyProps
  • RaycastResult -> RaycastHit | null
  • System.CollisionState -> removed