with:
rectangle().intersects(circle.getBounds2D())
I can check if the circle touched the rectangle, but how can I see at which side the circle touched the rectangle?
with:
rectangle().intersects(circle.getBounds2D())
I can check if the circle touched the rectangle, but how can I see at which side the circle touched the rectangle?