So actually I want to know if there's any kind of function that could do it.
I have a bloc, a square. A ball hits it. I want to know if there is any way to know which side of the bloc it hit. Cause i have some problems for the rotation of the ball.
If the ball hits an horizontal side, it's not the same as a vertical side. I thought about some getX() and getY() but i'm not sure it can work as I expect.
thanks a lot!

