I am currently working at my own 2D physic engine. I've implemented GJK for the collision detection at the moment but how can I handle rotational movement?
I've read that there is a method which use the GJK-algorithm for it but I didn't found any papers about it.
Maybe there is another method which is easyer to implement or faster.
Hopefully that you can give me some helpful tips:
Thank you
