aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/game/algorithm
diff options
context:
space:
mode:
authorEduardo Julian2022-03-14 01:09:08 -0400
committerEduardo Julian2022-03-14 01:09:08 -0400
commitb8681fd206d5b5076b9737ee54f0cb0405a898d6 (patch)
tree6ba25cc4f31ad07b4279828568e9019f26334eca /documentation/bookmark/game/algorithm
parent6766be5427b1788a44e07151e3fabe33ec4f8b37 (diff)
Can now add type-vars to imported procedures from scripting languages.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/game/algorithm/collision_detection.md4
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/)
+