Collision detection of a ball with an arc
问题 I am making a simple game in which i have a ball and an arc revolving around the center. When user touches the screen the ball moves in the direction of pointer and hits the arc. But i am not able to find any method to detect that collision An image has been attached for better understanding Game image Debug Snapshot.. I have a circle bound around my ball... What i am doing is Detecting the point of intersection of ball center and circle on which arc is >revolving. But i am not able to detect