forsythrosin / MosPro

3 stars 0 forks source link

Calculate impact point for collision between two objects #4

Closed J-Zeitler closed 11 years ago

J-Zeitler commented 11 years ago

Implement an algorithm that detect the impact point for two colliding polygons. This should be a "backwards" algorithm (i.e when GJK has already detected a collision)

reference: http://www.codezealot.org/archives/180

J-Zeitler commented 11 years ago

EPA algorithm was implemented