2D SAT Contact Points ?

Started by
0 comments, last by raigan 13 years, 3 months ago
Hi guys,

I'm implementing the 2D Separting Axis Theorom (swept) and need to figure out the contact points when a collision occurs. I think I have to project the vertices on to the collision normal and find the maximum values of one polygon and the minimum of the other, but how do I know which polygon should have the min and which the max ?

Are there any clear tutorials on finding the contact points ?

Thanks.
Advertisement
see GDC2007_Catto_Erin_Physics2.ppt from http://box2d.googlecode.com/files/GDC2007_ErinCatto.zip

This topic is closed to new replies.

Advertisement