bookmark

GJK Algorithm Explanation & Implementation


Description

Spheres are nice and all, but there comes a time when more complex shapes are needed. One popular algorithm for testing collisions is the Gilbert–Johnson–Keerthi algorithm, or GJK for short. With it we can detect collisions between any two convex polygons.

Check out the full article: https://blog.winter.dev/2020/gjk-algorithm/

Preview

Tags

Users

  • @analyst

Comments and Reviews