I know how to calculate the distance between 2 bodies in my game using Math.hypot(x,y);
but I need to know if between those bodies the space is free, I mean, without any body.
↧
LibGDX: Is there any way to check if space between 2 bodies is free?
↧