Question

I'm trying to use SAT for circle-polygon collisions. http://www.metanetsoftware.com/technique/tutorialA.html#section3 suggests voronoi regions to find what axis to test against by finding what VR the circle's centre is in, then use the axis of the side or the vertice take away the circle centre.

How can I calculate this VR? All the polygons are squares, but not necessarily axis aligned. What is an inexpensive method of calculating this

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top