you need to know the distance between circle and the rectangle to do circle collision detection
use dist()
to get distance between two point. and then think of what @TfGuy44 has explained
1 Like
you need to know the distance between circle and the rectangle to do circle collision detection
use dist()
to get distance between two point. and then think of what @TfGuy44 has explained