The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
105 views

2D Convex Poly - Circle collision, SAT vs Distance to Segment

I'm doing a collision detection class based on SAT and now I'm not sure how is better to handle circle-poly collision I can go with SAT by projecting on all poly axis + nearest vertex or go with ...