mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
General purpose collision detection library for the use with LÖVE.
adfe9a9a5d
Sometimes the expanding polytype algorithm takes a long time to terminate, e.g. in situations like this: .-. : +-:-+ '-' | | | +---+ The issue here is that the EPA adds vertices very close to each other, which makes the separation distance change very slowly. If this is the case, consider the current separation distance as approximately correct and continue. |
||
---|---|---|
class.lua | ||
gjk.lua | ||
init.lua | ||
polygon.lua | ||
README | ||
shapes.lua | ||
spatialhash.lua | ||
vector-light.lua |
General Purpose 2D Collision Detection System Documentation and examples here: http://vrld.github.com/HardonCollider