Collision detection for an arc of a circle
问题 So how do i implement the collision detection for an arc of a circle? Will i have to use the Box 2d collision or can i do it some other way using Rectangle or stuff like that? BTW I hate box2d because i dont understand most of the things in it, so if there is a solution that excludes the box2d, it will be very much appreciated. The yellow arc keeps on rotating over the black circle. How do i implement collision detection in here? Please help ! Thanks! 回答1: To avoid using Box2D you could