Collision with curved vertex

You might be interested in this recent discussion of finding an intersection on a curve using line-line detection, where each part of the curve is a line segment.

You could use circle-line collision detection in a similar approach.

1 Like