Skip to content
#

collision-detection

Here are 8 public repositories matching this topic...

This Lua module calculates the "infinite distance" between two sprites and detects the collision between them. Integration of the following specific distance cases: Manhattan distance (K distance with k = 1), Euclidean distance (K distance with k = 2), K distance (with k > 2). Integration of scale factors a and b for sprites.

  • Updated May 29, 2020
  • Lua

Improve this page

Add a description, image, and links to the collision-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collision-detection topic, visit your repo's landing page and select "manage topics."

Learn more