I want to detect collision between a rectangle and an arrow. What is the best algorithm or method for that?
I tried to implement Separating Axis Theorem but for following case i get collision = true which is wrong.

Also, is an arrow a convex polygon?
Thanks for help.
Regards