From bc9449251cf8e3fe0f80718ac9d9839626e6536b Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Mon, 3 Dec 2018 18:21:31 +0100 Subject: [PATCH] added vector article --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b1dde18..4898d0e 100644 --- a/readme.md +++ b/readme.md @@ -417,6 +417,7 @@ Creative coding is a different discipline than programming systems. The goal is - [Intuitive Math](https://intuitive-math.club/) - Explanations of fields like Linear Algebra and Geometry designed to help you develop a visual intuition for what is going on. - [L-systems](https://github.com/arendsee/lsystems) - A Haskell package for L-systems. - [Linear Interpolation](https://mattdesl.svbtle.com/linear-interpolation) - Introduction to linear interpolation (also known as mix/lerp). +- [Practical use of Vector Math in Games](https://www.gamedev.net/articles/programming/math-and-physics/practical-use-of-vector-math-in-games-r2968/) - In-depth article on vectors for game math. ## Machine learning • Computer Vision • Ai