Skip to content

Releases: SamConnolly94/MinkowskiDifference

Minkowski Difference

Choose a tag to compare

@SamConnolly94 SamConnolly94 released this 17 Jul 10:08

This release uses a test harness to demonstrate an implementation of Minkowski Difference used for collision detection. Note that GJK is not part of this release, and will be added at a later date.

GJK

Choose a tag to compare

@SamConnolly94 SamConnolly94 released this 17 Jul 10:04

This is a release build of the GJK algorithm implemented within my test harness. It detects collisions between complex shapes using the GJK algorithm which is renowned for being a quick method of detecting intersections.