How can I calculate the bounce angle between two circles ... ??
I use the following code to check and resolve collisions.
-- CHECK COLLISIONS BALLS AND RESOLVE ...
function CheckCollisionResolve(a, b)
local dx = a.x - b.x;
local dy...
asked by
08.06.2017 / 18:30