I have searched a lot about doing collisions between a circle and a rectangle, but I only found how to detect it.
Can someone explain me how to do it ?
Then, how can can I do it too when the rectangle is inclined ?
This is the values that I got :
- Circle X position
- Circle Y position
- Circle radius
- Rectangle X position
- Rectangle Y position
- Rectangle width
- Rectangle height
Anyone know how to do it ? Thanks.