diff options
Diffstat (limited to 'documentation/bookmark/game/algorithm')
-rw-r--r-- | documentation/bookmark/game/algorithm/collision_detection.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/game/algorithm/collision_detection.md b/documentation/bookmark/game/algorithm/collision_detection.md new file mode 100644 index 000000000..89a53bb94 --- /dev/null +++ b/documentation/bookmark/game/algorithm/collision_detection.md @@ -0,0 +1,4 @@ +# Reference + +0. [GJK: Collision detection algorithm in 2D/3D](https://blog.winter.dev/2020/gjk-algorithm/) + |